#96A72E

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

Shades of Limerick #96A72E

Tints of Limerick #96A72E

Color information

#96A72E (or 0x96A72E) is unknown color: approx Limerick. HEX triplet: 96, A7 and 2E. RGB value is (150,167,46). Sum of RGB (Red+Green+Blue) = 150+167+46=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 167 - color contains mainly: green. Hex color #96A72E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A72E is #6958D1. Grayscale: #949494. Windows color (decimal): -6904018 or 3057558. OLE color: 3057558.

HSL color Cylindrical-coordinate representation of color #96A72E: hue angle of 68.43º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96A72E is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB15016746-
CMYK0.1000.720.35
HSL68.43º56.81%41.76%-
HSV(B)68.43º72.46%65.49%-
XYZ26.8934.327.79-
YUV148.1270.37129.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 167 (65.62% from 255) = 46.01%
BLUE value IS 46 (18.36% from 255) = 12.67%
R=41.32%
G=46.01%
B=12.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150167460.1000.720.3568.4356.8141.76
Hex96A72EA0482344392a
Octal22624756120110431047152
Binary10010110101001111011101010010010001000111000100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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