#88A52E

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

Shades of Limerick #88A52E

Tints of Limerick #88A52E

Color information

#88A52E (or 0x88A52E) is unknown color: approx Limerick. HEX triplet: 88, A5 and 2E. RGB value is (136,165,46). Sum of RGB (Red+Green+Blue) = 136+165+46=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #88A52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A52E is #775AD1. Grayscale: #8F8F8F. Windows color (decimal): -7822034 or 3057032. OLE color: 3057032.

HSL color Cylindrical-coordinate representation of color #88A52E: hue angle of 74.62º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88A52E is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB13616546-
CMYK0.1800.720.35
HSL74.62º56.4%41.37%-
HSV(B)74.62º72.12%64.71%-
XYZ24.132.347.56-
YUV142.7673.39123.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 46 (18.36% from 255) = 13.26%
R=39.19%
G=47.55%
B=13.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136165460.1800.720.3574.6256.441.37
Hex88A52E12048234b3829
Octal21024556220110431137051
Binary100010001010010110111010010010010001000111001011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,165,46); }

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

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

 a { background-color: rgb(136,165,46); }

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

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

 span { border-color: rgb(136,165,46); }

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