#88B13D

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

Shades of Limerick #88B13D

Tints of Limerick #88B13D

Color information

#88B13D (or 0x88B13D) is unknown color: approx Limerick. HEX triplet: 88, B1 and 3D. RGB value is (136,177,61). Sum of RGB (Red+Green+Blue) = 136+177+61=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #88B13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88B13D is #774EC2. Grayscale: #979797. Windows color (decimal): -7818947 or 4043144. OLE color: 4043144.

HSL color Cylindrical-coordinate representation of color #88B13D: hue angle of 81.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88B13D is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB13617761-
CMYK0.2300.660.31
HSL81.21º48.74%46.67%-
HSV(B)81.21º65.54%69.41%-
XYZ26.7237.0210.15-
YUV151.5276.92116.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=36.36%
G=47.33%
B=16.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136177610.2300.660.3181.2148.7446.67
Hex88B13D170421F51312f
Octal21026175270102371216157
Binary10001000101100011111011011101000010111111010001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,177,61); }

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

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

 a { background-color: rgb(136,177,61); }

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

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

 span { border-color: rgb(136,177,61); }

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