#96aa21

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

Shades of Limerick #96AA21

Tints of Limerick #96AA21

Color information

#96AA21 (or 0x96AA21) is unknown color: approx Limerick. HEX triplet: 96, AA and 21. RGB value is (150,170,33). Sum of RGB (Red+Green+Blue) = 150+170+33=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AA21 is #6955DE. Grayscale: #949494. Windows color (decimal): -6903263 or 2206358. OLE color: 2206358.

HSL color Cylindrical-coordinate representation of color #96AA21: hue angle of 68.76º degrees, saturation: 0.67, 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 #96AA21 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB15017033-
CMYK0.1200.810.33
HSL68.76º67.49%39.8%-
HSV(B)68.76º80.59%66.67%-
XYZ27.2335.346.83-
YUV148.462.87129.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 33 (13.28% from 255) = 9.35%
R=42.49%
G=48.16%
B=9.35%

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
Decimal150170330.1200.810.3368.7667.4939.8
Hex96AA21C05121454328
Octal226252411401214110510350
Binary100101101010101010000111000101000110000110001011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96aa21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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