#96A212

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

Shades of Citron #96A212

Tints of Citron #96A212

Color information

#96A212 (or 0x96A212) is unknown color: approx Citron. HEX triplet: 96, A2 and 12. RGB value is (150,162,18). Sum of RGB (Red+Green+Blue) = 150+162+18=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #96A212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A212 is #695DED. Grayscale: #8E8E8E. Windows color (decimal): -6905326 or 1221270. OLE color: 1221270.

HSL color Cylindrical-coordinate representation of color #96A212: hue angle of 65º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96A212 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB15016218-
CMYK0.0700.890.36
HSL65º80%35.29%-
HSV(B)65º88.89%63.53%-
XYZ25.6132.375.47-
YUV14258.02133.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 18 (7.42% from 255) = 5.45%
R=45.45%
G=49.09%
B=5.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150162180.0700.890.36658035.29
Hex96A212705924415023
Octal22624222701314410112043
Binary1001011010100010100101110101100110010010000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,162,18); }

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

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

 a { background-color: rgb(150,162,18); }

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

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

 span { border-color: rgb(150,162,18); }

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