#96AB44

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

Shades of Limerick #96AB44

Tints of Limerick #96AB44

Color information

#96AB44 (or 0x96AB44) is unknown color: approx Limerick. HEX triplet: 96, AB and 44. RGB value is (150,171,68). Sum of RGB (Red+Green+Blue) = 150+171+68=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB44 is #6954BB. Grayscale: #999999. Windows color (decimal): -6902972 or 4500374. OLE color: 4500374.

HSL color Cylindrical-coordinate representation of color #96AB44: hue angle of 72.23º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96AB44 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB15017168-
CMYK0.1200.600.33
HSL72.23º43.1%46.86%-
HSV(B)72.23º60.23%67.06%-
XYZ28.1836.0310.94-
YUV152.9880.04125.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 171 (67.19% from 255) = 43.96%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=38.56%
G=43.96%
B=17.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150171680.1200.600.3372.2343.146.86
Hex96AB44C03C21482b2f
Octal22625310414074411105357
Binary10010110101010111000100110001111001000011001000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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