#96AA08

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

Shades of Citrus #96AA08

Tints of Citrus #96AA08

Color information

#96AA08 (or 0x96AA08) is unknown color: approx Citrus. HEX triplet: 96, AA and 08. RGB value is (150,170,8). Sum of RGB (Red+Green+Blue) = 150+170+8=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AA08 is #6955F7. Grayscale: #929292. Windows color (decimal): -6903288 or 567958. OLE color: 567958.

HSL color Cylindrical-coordinate representation of color #96AA08: hue angle of 67.41º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96AA08 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB1501708-
CMYK0.1200.950.33
HSL67.41º91.01%34.9%-
HSV(B)67.41º95.29%66.67%-
XYZ2735.255.61-
YUV145.5550.37131.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 170 (66.80% from 255) = 51.83%
BLUE value IS 8 (3.52% from 255) = 2.44%
R=45.73%
G=51.83%
B=2.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15017080.1200.950.3367.4191.0134.9
Hex96AA8C05F21435b23
Octal226252101401374110313343
Binary1001011010101010100011000101111110000110000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,170,8); }

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

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

 a { background-color: rgb(150,170,8); }

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

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

 span { border-color: rgb(150,170,8); }

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