#88A827

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

Shades of Limerick #88A827

Tints of Limerick #88A827

Color information

#88A827 (or 0x88A827) is unknown color: approx Limerick. HEX triplet: 88, A8 and 27. RGB value is (136,168,39). Sum of RGB (Red+Green+Blue) = 136+168+39=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #88A827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A827 is #7757D8. Grayscale: #909090. Windows color (decimal): -7821273 or 2599048. OLE color: 2599048.

HSL color Cylindrical-coordinate representation of color #88A827: hue angle of 74.88º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88A827 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB13616839-
CMYK0.1900.770.34
HSL74.88º62.32%40.59%-
HSV(B)74.88º76.79%65.88%-
XYZ24.5233.397.07-
YUV143.7368.9122.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 168 (66.02% from 255) = 48.98%
BLUE value IS 39 (15.62% from 255) = 11.37%
R=39.65%
G=48.98%
B=11.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal136168390.1900.770.3474.8862.3240.59
Hex88A8271304D224b3e29
Octal21025047230115421137651
Binary100010001010100010011110011010011011000101001011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,168,39); }

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

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

 a { background-color: rgb(136,168,39); }

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

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

 span { border-color: rgb(136,168,39); }

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