#96AB41

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

Shades of Limerick #96AB41

Tints of Limerick #96AB41

Color information

#96AB41 (or 0x96AB41) is unknown color: approx Limerick. HEX triplet: 96, AB and 41. RGB value is (150,171,65). Sum of RGB (Red+Green+Blue) = 150+171+65=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB41 is #6954BE. Grayscale: #999999. Windows color (decimal): -6902975 or 4303766. OLE color: 4303766.

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

Color convert

RGB15017165-
CMYK0.1200.620.33
HSL71.89º44.92%46.27%-
HSV(B)71.89º61.99%67.06%-
XYZ28.0935.9910.47-
YUV152.6478.54126.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 65 (25.78% from 255) = 16.84%
R=38.86%
G=44.30%
B=16.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150171650.1200.620.3371.8944.9246.27
Hex96AB41C03E21482d2e
Octal22625310114076411105556
Binary10010110101010111000001110001111101000011001000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,171,65); }

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

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

 a { background-color: rgb(150,171,65); }

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

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

 span { border-color: rgb(150,171,65); }

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