#96B032

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

Shades of Limerick #96B032

Tints of Limerick #96B032

Color information

#96B032 (or 0x96B032) is unknown color: approx Limerick. HEX triplet: 96, B0 and 32. RGB value is (150,176,50). Sum of RGB (Red+Green+Blue) = 150+176+50=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #96B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B032 is #694FCD. Grayscale: #9A9A9A. Windows color (decimal): -6901710 or 3322006. OLE color: 3322006.

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

Color convert

RGB15017650-
CMYK0.1500.720.31
HSL72.38º55.75%44.31%-
HSV(B)72.38º71.59%69.02%-
XYZ28.6837.768.8-
YUV153.8669.39125.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 176 (69.14% from 255) = 46.81%
BLUE value IS 50 (19.92% from 255) = 13.30%
R=39.89%
G=46.81%
B=13.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150176500.1500.720.3172.3855.7544.31
Hex96B032F0481F48382c
Octal22626062170110371107054
Binary1001011010110000110010111101001000111111001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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