#96A11E

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

Shades of Citron #96A11E

Tints of Citron #96A11E

Color information

#96A11E (or 0x96A11E) is unknown color: approx Citron. HEX triplet: 96, A1 and 1E. RGB value is (150,161,30). Sum of RGB (Red+Green+Blue) = 150+161+30=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #96A11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A11E is #695EE1. Grayscale: #8F8F8F. Windows color (decimal): -6905570 or 2007446. OLE color: 2007446.

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

Color convert

RGB15016130-
CMYK0.0700.810.37
HSL65.04º68.59%37.45%-
HSV(B)65.04º81.37%63.14%-
XYZ25.5632.076.07-
YUV142.7864.36133.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=43.99%
G=47.21%
B=8.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150161300.0700.810.3765.0468.5937.45
Hex96A11E705125414525
Octal22624136701214510110545
Binary1001011010100001111101110101000110010110000011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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