#96B72C

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

Shades of Limerick #96B72C

Tints of Limerick #96B72C

Color information

#96B72C (or 0x96B72C) is unknown color: approx Limerick. HEX triplet: 96, B7 and 2C. RGB value is (150,183,44). Sum of RGB (Red+Green+Blue) = 150+183+44=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #96B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B72C is #6948D3. Grayscale: #9D9D9D. Windows color (decimal): -6899924 or 2930582. OLE color: 2930582.

HSL color Cylindrical-coordinate representation of color #96B72C: hue angle of 74.24º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96B72C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB15018344-
CMYK0.1800.760.28
HSL74.24º61.23%44.51%-
HSV(B)74.24º75.96%71.76%-
XYZ29.9740.538.63-
YUV157.2964.07122.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 44 (17.58% from 255) = 11.67%
R=39.79%
G=48.54%
B=11.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183440.1800.760.2874.2461.2344.51
Hex96B72C1204C1C4a3d2d
Octal22626754220114341127555
Binary10010110101101111011001001001001100111001001010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,183,44); }

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

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

 a { background-color: rgb(150,183,44); }

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

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

 span { border-color: rgb(150,183,44); }

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