#88A912

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

Shades of Limerick #88A912

Tints of Limerick #88A912

Color information

#88A912 (or 0x88A912) is unknown color: approx Limerick. HEX triplet: 88, A9 and 12. RGB value is (136,169,18). Sum of RGB (Red+Green+Blue) = 136+169+18=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #88A912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A912 is #7756ED. Grayscale: #8E8E8E. Windows color (decimal): -7821038 or 1223048. OLE color: 1223048.

HSL color Cylindrical-coordinate representation of color #88A912: hue angle of 73.11º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88A912 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB13616918-
CMYK0.2000.890.34
HSL73.11º80.75%36.67%-
HSV(B)73.11º89.35%66.27%-
XYZ24.4533.655.78-
YUV141.9258.07123.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 169 (66.41% from 255) = 52.32%
BLUE value IS 18 (7.42% from 255) = 5.57%
R=42.11%
G=52.32%
B=5.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal136169180.2000.890.3473.1180.7536.67
Hex88A9121405922495125
Octal210251222401314211112145
Binary100010001010100110010101000101100110001010010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,169,18); }

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

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

 a { background-color: rgb(136,169,18); }

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

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

 span { border-color: rgb(136,169,18); }

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