#88A228

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

Shades of Limerick #88A228

Tints of Limerick #88A228

Color information

#88A228 (or 0x88A228) is unknown color: approx Limerick. HEX triplet: 88, A2 and 28. RGB value is (136,162,40). Sum of RGB (Red+Green+Blue) = 136+162+40=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #88A228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A228 is #775DD7. Grayscale: #8C8C8C. Windows color (decimal): -7822808 or 2663048. OLE color: 2663048.

HSL color Cylindrical-coordinate representation of color #88A228: hue angle of 72.79º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88A228 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB13616240-
CMYK0.1600.750.36
HSL72.79º60.4%39.61%-
HSV(B)72.79º75.31%63.53%-
XYZ23.4631.236.8-
YUV140.3271.39124.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 40 (16.02% from 255) = 11.83%
R=40.24%
G=47.93%
B=11.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136162400.1600.750.3672.7960.439.61
Hex88A2281004B24493c28
Octal21024250200113441117450
Binary100010001010001010100010000010010111001001001001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A228; }

 p { color: rgb(136,162,40); }

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

<style>
 a { background-color: #88A228; }

 a { background-color: rgb(136,162,40); }

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

<style>
 span { border-color: #88A228; }

 span { border-color: rgb(136,162,40); }

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