#88bd1c

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

Shades of Limerick #88BD1C

Tints of Limerick #88BD1C

Color information

#88BD1C (or 0x88BD1C) is unknown color: approx Limerick. HEX triplet: 88, BD and 1C. RGB value is (136,189,28). Sum of RGB (Red+Green+Blue) = 136+189+28=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BD1C is #7742E3. Grayscale: #9B9B9B. Windows color (decimal): -7815908 or 1883528. OLE color: 1883528.

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

Color convert

RGB13618928-
CMYK0.2800.850.26
HSL79.75º74.19%42.55%-
HSV(B)79.75º85.19%74.12%-
XYZ28.5641.717.64-
YUV154.856.44114.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 189 (74.22% from 255) = 53.54%
BLUE value IS 28 (11.33% from 255) = 7.93%
R=38.53%
G=53.54%
B=7.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136189280.2800.850.2679.7574.1942.55
Hex88BD1C1C0551A504a2b
Octal210275343401253212011253
Binary10001000101111011110011100010101011101010100001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88bd1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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