#96AF32

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

Shades of Limerick #96AF32

Tints of Limerick #96AF32

Color information

#96AF32 (or 0x96AF32) is unknown color: approx Limerick. HEX triplet: 96, AF and 32. RGB value is (150,175,50). Sum of RGB (Red+Green+Blue) = 150+175+50=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AF32 is #6950CD. Grayscale: #999999. Windows color (decimal): -6901966 or 3321750. OLE color: 3321750.

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

Color convert

RGB15017550-
CMYK0.1400.710.31
HSL72º55.56%44.12%-
HSV(B)72º71.43%68.63%-
XYZ28.4837.378.73-
YUV153.2769.72125.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 46.67%
BLUE value IS 50 (19.92% from 255) = 13.33%
R=40%
G=46.67%
B=13.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150175500.1400.710.317255.5644.12
Hex96AF32E0471F48382c
Octal22625762160107371107054
Binary1001011010101111110010111001000111111111001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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