#96B806

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

Shades of Citrus #96B806

Tints of Citrus #96B806

Color information

#96B806 (or 0x96B806) is unknown color: approx Citrus. HEX triplet: 96, B8 and 06. RGB value is (150,184,6). Sum of RGB (Red+Green+Blue) = 150+184+6=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #96B806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B806 is #6947F9. Grayscale: #9A9A9A. Windows color (decimal): -6899706 or 440470. OLE color: 440470.

HSL color Cylindrical-coordinate representation of color #96B806: hue angle of 71.46º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96B806 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1501846-
CMYK0.1800.970.28
HSL71.46º93.68%37.25%-
HSV(B)71.46º96.74%72.16%-
XYZ29.7540.786.48-
YUV153.5444.74125.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 184 (72.27% from 255) = 54.12%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=44.12%
G=54.12%
B=1.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15018460.1800.970.2871.4693.6837.25
Hex96B86120611C475e25
Octal22627062201413410713645
Binary100101101011100011010010011000011110010001111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,184,6); }

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

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

 a { background-color: rgb(150,184,6); }

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

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

 span { border-color: rgb(150,184,6); }

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