#96AF21

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

Shades of Limerick #96AF21

Tints of Limerick #96AF21

Color information

#96AF21 (or 0x96AF21) is unknown color: approx Limerick. HEX triplet: 96, AF and 21. RGB value is (150,175,33). Sum of RGB (Red+Green+Blue) = 150+175+33=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AF21 is #6950DE. Grayscale: #979797. Windows color (decimal): -6901983 or 2207638. OLE color: 2207638.

HSL color Cylindrical-coordinate representation of color #96AF21: hue angle of 70.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96AF21 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB15017533-
CMYK0.1400.810.31
HSL70.56º68.27%40.78%-
HSV(B)70.56º81.14%68.63%-
XYZ28.1837.257.14-
YUV151.3461.22127.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 33 (13.28% from 255) = 9.22%
R=41.90%
G=48.88%
B=9.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150175330.1400.810.3170.5668.2740.78
Hex96AF21E0511F474429
Octal226257411601213710710451
Binary10010110101011111000011110010100011111110001111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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