#96B52F

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

Shades of Limerick #96B52F

Tints of Limerick #96B52F

Color information

#96B52F (or 0x96B52F) is unknown color: approx Limerick. HEX triplet: 96, B5 and 2F. RGB value is (150,181,47). Sum of RGB (Red+Green+Blue) = 150+181+47=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #96B52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B52F is #694AD0. Grayscale: #9C9C9C. Windows color (decimal): -6900433 or 3126678. OLE color: 3126678.

HSL color Cylindrical-coordinate representation of color #96B52F: hue angle of 73.88º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96B52F is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB15018147-
CMYK0.1700.740.29
HSL73.88º58.77%44.71%-
HSV(B)73.88º74.03%70.98%-
XYZ29.6139.748.8-
YUV156.4666.23123.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 181 (71.09% from 255) = 47.88%
BLUE value IS 47 (18.75% from 255) = 12.43%
R=39.68%
G=47.88%
B=12.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181470.1700.740.2973.8858.7744.71
Hex96B52F1104A1D4a3b2d
Octal22626557210112351127355
Binary10010110101101011011111000101001010111011001010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,47); }

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

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

 a { background-color: rgb(150,181,47); }

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

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

 span { border-color: rgb(150,181,47); }

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