#88BB1C

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

Shades of Limerick #88BB1C

Tints of Limerick #88BB1C

Color information

#88BB1C (or 0x88BB1C) is unknown color: approx Limerick. HEX triplet: 88, BB and 1C. RGB value is (136,187,28). Sum of RGB (Red+Green+Blue) = 136+187+28=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #88BB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BB1C is #7744E3. Grayscale: #9A9A9A. Windows color (decimal): -7816420 or 1883016. OLE color: 1883016.

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

Color convert

RGB13618728-
CMYK0.2700.850.27
HSL79.25º73.95%42.16%-
HSV(B)79.25º85.03%73.33%-
XYZ28.1340.867.5-
YUV153.6257.1115.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 187 (73.44% from 255) = 53.28%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=38.75%
G=53.28%
B=7.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136187280.2700.850.2779.2573.9542.16
Hex88BB1C1B0551B4f4a2a
Octal210273343301253311711252
Binary10001000101110111110011011010101011101110011111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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