#96B206

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

Shades of Citrus #96B206

Tints of Citrus #96B206

Color information

#96B206 (or 0x96B206) is unknown color: approx Citrus. HEX triplet: 96, B2 and 06. RGB value is (150,178,6). Sum of RGB (Red+Green+Blue) = 150+178+6=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #96B206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96B206 is #694DF9. Grayscale: #969696. Windows color (decimal): -6901242 or 438934. OLE color: 438934.

HSL color Cylindrical-coordinate representation of color #96B206: hue angle of 69.77º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96B206 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1501786-
CMYK0.1600.970.30
HSL69.77º93.48%36.08%-
HSV(B)69.77º96.63%69.8%-
XYZ28.5338.346.07-
YUV150.0246.72127.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 178 (69.92% from 255) = 53.29%
BLUE value IS 6 (2.73% from 255) = 1.80%
R=44.91%
G=53.29%
B=1.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15017860.1600.970.3069.7793.4836.08
Hex96B26100611E465d24
Octal22626262001413610613544
Binary100101101011001011010000011000011111010001101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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