#88A531

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

Shades of Limerick #88A531

Tints of Limerick #88A531

Color information

#88A531 (or 0x88A531) is unknown color: approx Limerick. HEX triplet: 88, A5 and 31. RGB value is (136,165,49). Sum of RGB (Red+Green+Blue) = 136+165+49=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #88A531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A531 is #775ACE. Grayscale: #8F8F8F. Windows color (decimal): -7822031 or 3253640. OLE color: 3253640.

HSL color Cylindrical-coordinate representation of color #88A531: hue angle of 75º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88A531 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB13616549-
CMYK0.1800.700.35
HSL75º54.21%41.96%-
HSV(B)75º70.3%64.71%-
XYZ24.1632.377.88-
YUV143.1174.89122.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 165 (64.84% from 255) = 47.14%
BLUE value IS 49 (19.53% from 255) = 14%
R=38.86%
G=47.14%
B=14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136165490.1800.700.357554.2141.96
Hex88A53112046234b362a
Octal21024561220106431136652
Binary100010001010010111000110010010001101000111001011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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