#96A633

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

Shades of Limerick #96A633

Tints of Limerick #96A633

Color information

#96A633 (or 0x96A633) is unknown color: approx Limerick. HEX triplet: 96, A6 and 33. RGB value is (150,166,51). Sum of RGB (Red+Green+Blue) = 150+166+51=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #96A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A633 is #6959CC. Grayscale: #949494. Windows color (decimal): -6904269 or 3384982. OLE color: 3384982.

HSL color Cylindrical-coordinate representation of color #96A633: hue angle of 68.35º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96A633 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB15016651-
CMYK0.1000.690.35
HSL68.35º53%42.55%-
HSV(B)68.35º69.28%65.1%-
XYZ26.81348.28-
YUV148.1173.2129.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=40.87%
G=45.23%
B=13.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150166510.1000.690.3568.355342.55
Hex96A633A0452344352b
Octal22624663120105431046553
Binary10010110101001101100111010010001011000111000100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,166,51); }

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

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

 a { background-color: rgb(150,166,51); }

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

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

 span { border-color: rgb(150,166,51); }

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