#96AA20

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

Shades of Limerick #96AA20

Tints of Limerick #96AA20

Color information

#96AA20 (or 0x96AA20) is unknown color: approx Limerick. HEX triplet: 96, AA and 20. RGB value is (150,170,32). Sum of RGB (Red+Green+Blue) = 150+170+32=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AA20 is #6955DF. Grayscale: #949494. Windows color (decimal): -6903264 or 2140822. OLE color: 2140822.

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

Color convert

RGB15017032-
CMYK0.1200.810.33
HSL68.7º68.32%39.61%-
HSV(B)68.7º81.18%66.67%-
XYZ27.2135.346.75-
YUV148.2962.37129.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 170 (66.80% from 255) = 48.30%
BLUE value IS 32 (12.89% from 255) = 9.09%
R=42.61%
G=48.30%
B=9.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150170320.1200.810.3368.768.3239.61
Hex96AA20C05121454428
Octal226252401401214110510450
Binary100101101010101010000011000101000110000110001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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