#98B50D

Color #98B50D Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #98B50D

Tints of Citrus #98B50D

Color information

#98B50D (or 0x98B50D) is unknown color: approx Citrus. HEX triplet: 98, B5 and 0D. RGB value is (152,181,13). Sum of RGB (Red+Green+Blue) = 152+181+13=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #98B50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B50D is #674AF2. Grayscale: #999999. Windows color (decimal): -6769395 or 898456. OLE color: 898456.

HSL color Cylindrical-coordinate representation of color #98B50D: hue angle of 70.36º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98B50D is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB15218113-
CMYK0.1600.930.29
HSL70.36º86.6%38.04%-
HSV(B)70.36º92.82%70.98%-
XYZ29.5539.756.5-
YUV153.1848.89127.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 181 (71.09% from 255) = 52.31%
BLUE value IS 13 (5.47% from 255) = 3.76%
R=43.93%
G=52.31%
B=3.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152181130.1600.930.2970.3686.638.04
Hex98B5D1005D1D465726
Octal230265152001353510612746
Binary1001100010110101110110000010111011110110001101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B50D; }

 p { color: rgb(152,181,13); }

 H1.HeaderClassName
 {
   color: #98B50D;
 }
 .AnyTagClassName
 {
   color: #98B50D;
 }
</style>
background-color css

<style>
 a { background-color: #98B50D; }

 a { background-color: rgb(152,181,13); }

 div.DivClassName
 {
   background-color: #98B50D;
 }
 .BgClassName
 {
   background-color: #98B50D;
 }
</style>
border-color css

<style>
 span { border-color: #98B50D; }

 span { border-color: rgb(152,181,13); }

 td.TdClassName
 {
   border-color: #98B50D;
 }
 .TagClassName
 {
   border-color: #98B50D;
 }
</style>