#96B732

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

Shades of Limerick #96B732

Tints of Limerick #96B732

Color information

#96B732 (or 0x96B732) is unknown color: approx Limerick. HEX triplet: 96, B7 and 32. RGB value is (150,183,50). Sum of RGB (Red+Green+Blue) = 150+183+50=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #96B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B732 is #6948CD. Grayscale: #9E9E9E. Windows color (decimal): -6899918 or 3323798. OLE color: 3323798.

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

Color convert

RGB15018350-
CMYK0.1800.730.28
HSL74.89º57.08%45.69%-
HSV(B)74.89º72.68%71.76%-
XYZ30.0940.589.26-
YUV157.9767.07122.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 183 (71.88% from 255) = 47.78%
BLUE value IS 50 (19.92% from 255) = 13.05%
R=39.16%
G=47.78%
B=13.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183500.1800.730.2874.8957.0845.69
Hex96B732120491C4b392e
Octal22626762220111341137156
Binary10010110101101111100101001001001001111001001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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