#96A010

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

Shades of Citron #96A010

Tints of Citron #96A010

Color information

#96A010 (or 0x96A010) is unknown color: approx Citron. HEX triplet: 96, A0 and 10. RGB value is (150,160,16). Sum of RGB (Red+Green+Blue) = 150+160+16=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #96A010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A010 is #695FEF. Grayscale: #8D8D8D. Windows color (decimal): -6905840 or 1089686. OLE color: 1089686.

HSL color Cylindrical-coordinate representation of color #96A010: hue angle of 64.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96A010 is Cyan = 0.06, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB15016016-
CMYK0.0600.90.37
HSL64.17º81.82%34.51%-
HSV(B)64.17º90%62.75%-
XYZ25.2431.665.27-
YUV140.5957.69134.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 16 (6.64% from 255) = 4.91%
R=46.01%
G=49.08%
B=4.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150160160.0600.90.3764.1781.8234.51
Hex96A010605A25405223
Octal22624020601324510012243
Binary1001011010100000100001100101101010010110000001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,160,16); }

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

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

 a { background-color: rgb(150,160,16); }

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

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

 span { border-color: rgb(150,160,16); }

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