#88BB2F

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

Shades of Limerick #88BB2F

Tints of Limerick #88BB2F

Color information

#88BB2F (or 0x88BB2F) is unknown color: approx Limerick. HEX triplet: 88, BB and 2F. RGB value is (136,187,47). Sum of RGB (Red+Green+Blue) = 136+187+47=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #88BB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BB2F is #7744D0. Grayscale: #9C9C9C. Windows color (decimal): -7816401 or 3128200. OLE color: 3128200.

HSL color Cylindrical-coordinate representation of color #88BB2F: hue angle of 81.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88BB2F is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB13618747-
CMYK0.2700.750.27
HSL81.86º59.83%45.88%-
HSV(B)81.86º74.87%73.33%-
XYZ28.4440.989.1-
YUV155.7966.6113.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 187 (73.44% from 255) = 50.54%
BLUE value IS 47 (18.75% from 255) = 12.70%
R=36.76%
G=50.54%
B=12.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136187470.2700.750.2781.8659.8345.88
Hex88BB2F1B04B1B523c2e
Octal21027357330113331227456
Binary10001000101110111011111101101001011110111010010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,187,47); }

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

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

 a { background-color: rgb(136,187,47); }

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

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

 span { border-color: rgb(136,187,47); }

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