#96ae2c

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

Shades of Limerick #96AE2C

Tints of Limerick #96AE2C

Color information

#96AE2C (or 0x96AE2C) is unknown color: approx Limerick. HEX triplet: 96, AE and 2C. RGB value is (150,174,44). Sum of RGB (Red+Green+Blue) = 150+174+44=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AE2C is #6951D3. Grayscale: #989898. Windows color (decimal): -6902228 or 2928278. OLE color: 2928278.

HSL color Cylindrical-coordinate representation of color #96AE2C: hue angle of 71.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96AE2C is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB15017444-
CMYK0.1400.750.32
HSL71.08º59.63%42.75%-
HSV(B)71.08º74.71%68.24%-
XYZ28.1736.948.03-
YUV15267.05126.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 44 (17.58% from 255) = 11.96%
R=40.76%
G=47.28%
B=11.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174440.1400.750.3271.0859.6342.75
Hex96AE2CE04B20473c2b
Octal22625654160113401077453
Binary10010110101011101011001110010010111000001000111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ae2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,44); }

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

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

 a { background-color: rgb(150,174,44); }

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

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

 span { border-color: rgb(150,174,44); }

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