#96AA37

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

Shades of Limerick #96AA37

Tints of Limerick #96AA37

Color information

#96AA37 (or 0x96AA37) is unknown color: approx Limerick. HEX triplet: 96, AA and 37. RGB value is (150,170,55). Sum of RGB (Red+Green+Blue) = 150+170+55=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AA37 is #6955C8. Grayscale: #979797. Windows color (decimal): -6903241 or 3648150. OLE color: 3648150.

HSL color Cylindrical-coordinate representation of color #96AA37: hue angle of 70.43º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96AA37 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB15017055-
CMYK0.1200.680.33
HSL70.43º51.11%44.12%-
HSV(B)70.43º67.65%66.67%-
XYZ27.6435.519.01-
YUV150.9173.87127.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 55 (21.88% from 255) = 14.67%
R=40%
G=45.33%
B=14.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150170550.1200.680.3370.4351.1144.12
Hex96AA37C0442146332c
Octal22625267140104411066354
Binary10010110101010101101111100010001001000011000110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,170,55); }

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

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

 a { background-color: rgb(150,170,55); }

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

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

 span { border-color: rgb(150,170,55); }

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