#96AE21

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

Shades of Limerick #96AE21

Tints of Limerick #96AE21

Color information

#96AE21 (or 0x96AE21) is unknown color: approx Limerick. HEX triplet: 96, AE and 21. RGB value is (150,174,33). Sum of RGB (Red+Green+Blue) = 150+174+33=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AE21 is #6951DE. Grayscale: #979797. Windows color (decimal): -6902239 or 2207382. OLE color: 2207382.

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

Color convert

RGB15017433-
CMYK0.1400.810.32
HSL70.21º68.12%40.59%-
HSV(B)70.21º81.03%68.24%-
XYZ27.9936.877.08-
YUV150.7561.55127.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 174 (68.36% from 255) = 48.74%
BLUE value IS 33 (13.28% from 255) = 9.24%
R=42.02%
G=48.74%
B=9.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174330.1400.810.3270.2168.1240.59
Hex96AE21E05120464429
Octal226256411601214010610451
Binary100101101010111010000111100101000110000010001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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