#96B029

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

Shades of Limerick #96B029

Tints of Limerick #96B029

Color information

#96B029 (or 0x96B029) is unknown color: approx Limerick. HEX triplet: 96, B0 and 29. RGB value is (150,176,41). Sum of RGB (Red+Green+Blue) = 150+176+41=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #96B029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B029 is #694FD6. Grayscale: #999999. Windows color (decimal): -6901719 or 2732182. OLE color: 2732182.

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

Color convert

RGB15017641-
CMYK0.1500.770.31
HSL71.56º62.21%42.55%-
HSV(B)71.56º76.7%69.02%-
XYZ28.537.697.87-
YUV152.8464.89125.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 41 (16.41% from 255) = 11.17%
R=40.87%
G=47.96%
B=11.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150176410.1500.770.3171.5662.2142.55
Hex96B029F04D1F483e2b
Octal22626051170115371107653
Binary1001011010110000101001111101001101111111001000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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