#88B42D

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

Shades of Limerick #88B42D

Tints of Limerick #88B42D

Color information

#88B42D (or 0x88B42D) is unknown color: approx Limerick. HEX triplet: 88, B4 and 2D. RGB value is (136,180,45). Sum of RGB (Red+Green+Blue) = 136+180+45=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #88B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B42D is #774BD2. Grayscale: #979797. Windows color (decimal): -7818195 or 2995336. OLE color: 2995336.

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

Color convert

RGB13618045-
CMYK0.2400.750.29
HSL79.56º60%44.12%-
HSV(B)79.56º75%70.59%-
XYZ26.9538.078.41-
YUV151.4567.92116.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 180 (70.70% from 255) = 49.86%
BLUE value IS 45 (17.97% from 255) = 12.47%
R=37.67%
G=49.86%
B=12.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136180450.2400.750.2979.566044.12
Hex88B42D1804B1D503c2c
Octal21026455300113351207454
Binary10001000101101001011011100001001011111011010000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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