#88A12F

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

Shades of Limerick #88A12F

Tints of Limerick #88A12F

Color information

#88A12F (or 0x88A12F) is unknown color: approx Limerick. HEX triplet: 88, A1 and 2F. RGB value is (136,161,47). Sum of RGB (Red+Green+Blue) = 136+161+47=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #88A12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A12F is #775ED0. Grayscale: #8C8C8C. Windows color (decimal): -7823057 or 3121544. OLE color: 3121544.

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

Color convert

RGB13616147-
CMYK0.1600.710.37
HSL73.16º54.81%40.78%-
HSV(B)73.16º70.81%63.14%-
XYZ23.4130.937.43-
YUV140.5375.22124.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 161 (63.28% from 255) = 46.80%
BLUE value IS 47 (18.75% from 255) = 13.66%
R=39.53%
G=46.80%
B=13.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal136161470.1600.710.3773.1654.8140.78
Hex88A12F1004725493729
Octal21024157200107451116751
Binary100010001010000110111110000010001111001011001001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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