#96a828

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

Shades of Limerick #96A828

Tints of Limerick #96A828

Color information

#96A828 (or 0x96A828) is unknown color: approx Limerick. HEX triplet: 96, A8 and 28. RGB value is (150,168,40). Sum of RGB (Red+Green+Blue) = 150+168+40=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #96A828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A828 is #6957D7. Grayscale: #949494. Windows color (decimal): -6903768 or 2664598. OLE color: 2664598.

HSL color Cylindrical-coordinate representation of color #96A828: hue angle of 68.44º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96A828 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB15016840-
CMYK0.1100.760.34
HSL68.44º61.54%40.78%-
HSV(B)68.44º76.19%65.88%-
XYZ26.9634.647.27-
YUV148.0367.04129.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 40 (16.02% from 255) = 11.17%
R=41.90%
G=46.93%
B=11.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150168400.1100.760.3468.4461.5440.78
Hex96A828B04C22443e29
Octal22625050130114421047651
Binary10010110101010001010001011010011001000101000100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96a828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,168,40); }

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

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

 a { background-color: rgb(150,168,40); }

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

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

 span { border-color: rgb(150,168,40); }

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