#88A625

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

Shades of Limerick #88A625

Tints of Limerick #88A625

Color information

#88A625 (or 0x88A625) is unknown color: approx Limerick. HEX triplet: 88, A6 and 25. RGB value is (136,166,37). Sum of RGB (Red+Green+Blue) = 136+166+37=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #88A625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A625 is #7759DA. Grayscale: #8E8E8E. Windows color (decimal): -7821787 or 2467464. OLE color: 2467464.

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

Color convert

RGB13616637-
CMYK0.1800.780.35
HSL73.95º63.55%39.8%-
HSV(B)73.95º77.71%65.1%-
XYZ24.1232.646.78-
YUV142.3268.56123.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 37 (14.84% from 255) = 10.91%
R=40.12%
G=48.97%
B=10.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136166370.1800.780.3573.9563.5539.8
Hex88A6251204E234a4028
Octal210246452201164311210050
Binary1000100010100110100101100100100111010001110010101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,166,37); }

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

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

 a { background-color: rgb(136,166,37); }

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

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

 span { border-color: rgb(136,166,37); }

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