#88BB30

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

Shades of Limerick #88BB30

Tints of Limerick #88BB30

Color information

#88BB30 (or 0x88BB30) is unknown color: approx Limerick. HEX triplet: 88, BB and 30. RGB value is (136,187,48). Sum of RGB (Red+Green+Blue) = 136+187+48=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #88BB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BB30 is #7744CF. Grayscale: #9C9C9C. Windows color (decimal): -7816400 or 3193736. OLE color: 3193736.

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

Color convert

RGB13618748-
CMYK0.2700.740.27
HSL82.01º59.15%46.08%-
HSV(B)82.01º74.33%73.33%-
XYZ28.4640.999.21-
YUV155.967.1113.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 48 (19.14% from 255) = 12.94%
R=36.66%
G=50.40%
B=12.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136187480.2700.740.2782.0159.1546.08
Hex88BB301B04A1B523b2e
Octal21027360330112331227356
Binary10001000101110111100001101101001010110111010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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