#96AE2E

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

Shades of Limerick #96AE2E

Tints of Limerick #96AE2E

Color information

#96AE2E (or 0x96AE2E) is unknown color: approx Limerick. HEX triplet: 96, AE and 2E. RGB value is (150,174,46). Sum of RGB (Red+Green+Blue) = 150+174+46=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AE2E is #6951D1. Grayscale: #989898. Windows color (decimal): -6902226 or 3059350. OLE color: 3059350.

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

Color convert

RGB15017446-
CMYK0.1400.740.32
HSL71.25º58.18%43.14%-
HSV(B)71.25º73.56%68.24%-
XYZ28.2136.958.23-
YUV152.2368.05126.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 46 (18.36% from 255) = 12.43%
R=40.54%
G=47.03%
B=12.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174460.1400.740.3271.2558.1843.14
Hex96AE2EE04A20473a2b
Octal22625656160112401077253
Binary10010110101011101011101110010010101000001000111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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