#96B72A

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

Shades of Limerick #96B72A

Tints of Limerick #96B72A

Color information

#96B72A (or 0x96B72A) is unknown color: approx Limerick. HEX triplet: 96, B7 and 2A. RGB value is (150,183,42). Sum of RGB (Red+Green+Blue) = 150+183+42=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #96B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B72A is #6948D5. Grayscale: #9D9D9D. Windows color (decimal): -6899926 or 2799510. OLE color: 2799510.

HSL color Cylindrical-coordinate representation of color #96B72A: hue angle of 74.04º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96B72A is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB15018342-
CMYK0.1800.770.28
HSL74.04º62.67%44.12%-
HSV(B)74.04º77.05%71.76%-
XYZ29.9340.528.43-
YUV157.0663.07122.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=40%
G=48.8%
B=11.2%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183420.1800.770.2874.0462.6744.12
Hex96B72A1204D1C4a3f2c
Octal22626752220115341127754
Binary10010110101101111010101001001001101111001001010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,183,42); }

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

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

 a { background-color: rgb(150,183,42); }

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

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

 span { border-color: rgb(150,183,42); }

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