#96AB28

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

Shades of Limerick #96AB28

Tints of Limerick #96AB28

Color information

#96AB28 (or 0x96AB28) is unknown color: approx Limerick. HEX triplet: 96, AB and 28. RGB value is (150,171,40). Sum of RGB (Red+Green+Blue) = 150+171+40=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB28 is #6954D7. Grayscale: #969696. Windows color (decimal): -6903000 or 2665366. OLE color: 2665366.

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

Color convert

RGB15017140-
CMYK0.1200.770.33
HSL69.62º62.09%41.37%-
HSV(B)69.62º76.61%67.06%-
XYZ27.5235.767.46-
YUV149.7966.04128.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 171 (67.19% from 255) = 47.37%
BLUE value IS 40 (16.02% from 255) = 11.08%
R=41.55%
G=47.37%
B=11.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150171400.1200.770.3369.6262.0941.37
Hex96AB28C04D21463e29
Octal22625350140115411067651
Binary10010110101010111010001100010011011000011000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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