#96A910

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

Shades of Citrus #96A910

Tints of Citrus #96A910

Color information

#96A910 (or 0x96A910) is unknown color: approx Citrus. HEX triplet: 96, A9 and 10. RGB value is (150,169,16). Sum of RGB (Red+Green+Blue) = 150+169+16=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #96A910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A910 is #6956EF. Grayscale: #929292. Windows color (decimal): -6903536 or 1091990. OLE color: 1091990.

HSL color Cylindrical-coordinate representation of color #96A910: hue angle of 67.45º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96A910 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB15016916-
CMYK0.1100.910.34
HSL67.45º82.7%36.27%-
HSV(B)67.45º90.53%66.27%-
XYZ26.8634.95.81-
YUV145.8854.71130.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 169 (66.41% from 255) = 50.45%
BLUE value IS 16 (6.64% from 255) = 4.78%
R=44.78%
G=50.45%
B=4.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150169160.1100.910.3467.4582.736.27
Hex96A910B05B22435324
Octal226251201301334210312344
Binary10010110101010011000010110101101110001010000111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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