#88B219

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

Shades of Limerick #88B219

Tints of Limerick #88B219

Color information

#88B219 (or 0x88B219) is unknown color: approx Limerick. HEX triplet: 88, B2 and 19. RGB value is (136,178,25). Sum of RGB (Red+Green+Blue) = 136+178+25=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #88B219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88B219 is #774DE6. Grayscale: #949494. Windows color (decimal): -7818727 or 1684104. OLE color: 1684104.

HSL color Cylindrical-coordinate representation of color #88B219: hue angle of 76.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88B219 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB13617825-
CMYK0.2400.860.30
HSL76.47º75.37%39.8%-
HSV(B)76.47º85.96%69.8%-
XYZ26.2537.156.71-
YUV14858.59119.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 178 (69.92% from 255) = 52.51%
BLUE value IS 25 (10.16% from 255) = 7.37%
R=40.12%
G=52.51%
B=7.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal136178250.2400.860.3076.4775.3739.8
Hex88B219180561E4c4b28
Octal210262313001263611411350
Binary10001000101100101100111000010101101111010011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,178,25); }

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

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

 a { background-color: rgb(136,178,25); }

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

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

 span { border-color: rgb(136,178,25); }

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