#88A12A

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

Shades of Limerick #88A12A

Tints of Limerick #88A12A

Color information

#88A12A (or 0x88A12A) is unknown color: approx Limerick. HEX triplet: 88, A1 and 2A. RGB value is (136,161,42). Sum of RGB (Red+Green+Blue) = 136+161+42=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #88A12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A12A is #775ED5. Grayscale: #8C8C8C. Windows color (decimal): -7823062 or 2793864. OLE color: 2793864.

HSL color Cylindrical-coordinate representation of color #88A12A: hue angle of 72.61º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88A12A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB13616142-
CMYK0.1600.740.37
HSL72.61º58.62%39.8%-
HSV(B)72.61º73.91%63.14%-
XYZ23.3230.896.92-
YUV139.9672.72125.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=40.12%
G=47.49%
B=12.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal136161420.1600.740.3772.6158.6239.8
Hex88A12A1004A25493b28
Octal21024152200112451117350
Binary100010001010000110101010000010010101001011001001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,161,42); }

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

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

 a { background-color: rgb(136,161,42); }

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

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

 span { border-color: rgb(136,161,42); }

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