#96A118

Color #96A118 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #96A118

Tints of Citron #96A118

Color information

#96A118 (or 0x96A118) is unknown color: approx Citron. HEX triplet: 96, A1 and 18. RGB value is (150,161,24). Sum of RGB (Red+Green+Blue) = 150+161+24=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #96A118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A118 is #695EE7. Grayscale: #8E8E8E. Windows color (decimal): -6905576 or 1614230. OLE color: 1614230.

HSL color Cylindrical-coordinate representation of color #96A118: hue angle of 64.82º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96A118 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB15016124-
CMYK0.0700.850.37
HSL64.82º74.05%36.27%-
HSV(B)64.82º85.09%63.14%-
XYZ25.4932.045.71-
YUV142.0961.36133.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 161 (63.28% from 255) = 48.06%
BLUE value IS 24 (9.77% from 255) = 7.16%
R=44.78%
G=48.06%
B=7.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150161240.0700.850.3764.8274.0536.27
Hex96A118705525414a24
Octal22624130701254510111244
Binary1001011010100001110001110101010110010110000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A118; }

 p { color: rgb(150,161,24); }

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

<style>
 a { background-color: #96A118; }

 a { background-color: rgb(150,161,24); }

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

<style>
 span { border-color: #96A118; }

 span { border-color: rgb(150,161,24); }

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