#88B41D

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

Shades of Limerick #88B41D

Tints of Limerick #88B41D

Color information

#88B41D (or 0x88B41D) is unknown color: approx Limerick. HEX triplet: 88, B4 and 1D. RGB value is (136,180,29). Sum of RGB (Red+Green+Blue) = 136+180+29=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #88B41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B41D is #774BE2. Grayscale: #969696. Windows color (decimal): -7818211 or 1946760. OLE color: 1946760.

HSL color Cylindrical-coordinate representation of color #88B41D: hue angle of 77.48º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88B41D is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB13618029-
CMYK0.2400.840.29
HSL77.48º72.25%40.98%-
HSV(B)77.48º83.89%70.59%-
XYZ26.737.977.08-
YUV149.6359.92118.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 29 (11.72% from 255) = 8.41%
R=39.42%
G=52.17%
B=8.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136180290.2400.840.2977.4872.2540.98
Hex88B41D180541D4d4829
Octal210264353001243511511051
Binary10001000101101001110111000010101001110110011011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,180,29); }

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

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

 a { background-color: rgb(136,180,29); }

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

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

 span { border-color: rgb(136,180,29); }

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