#88B540

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

Shades of Limerick #88B540

Tints of Limerick #88B540

Color information

#88B540 (or 0x88B540) is unknown color: approx Limerick. HEX triplet: 88, B5 and 40. RGB value is (136,181,64). Sum of RGB (Red+Green+Blue) = 136+181+64=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #88B540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B540 is #774ABF. Grayscale: #9A9A9A. Windows color (decimal): -7817920 or 4240776. OLE color: 4240776.

HSL color Cylindrical-coordinate representation of color #88B540: hue angle of 83.08º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88B540 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB13618164-
CMYK0.2500.650.29
HSL83.08º47.76%48.04%-
HSV(B)83.08º64.64%70.98%-
XYZ27.638.6510.86-
YUV154.2177.09115.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 64 (25.39% from 255) = 16.80%
R=35.70%
G=47.51%
B=16.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136181640.2500.650.2983.0847.7648.04
Hex88B540190411D533030
Octal210265100310101351236060
Binary100010001011010110000001100101000001111011010011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,181,64); }

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

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

 a { background-color: rgb(136,181,64); }

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

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

 span { border-color: rgb(136,181,64); }

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