#88B72D

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

Shades of Limerick #88B72D

Tints of Limerick #88B72D

Color information

#88B72D (or 0x88B72D) is unknown color: approx Limerick. HEX triplet: 88, B7 and 2D. RGB value is (136,183,45). Sum of RGB (Red+Green+Blue) = 136+183+45=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #88B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B72D is #7748D2. Grayscale: #999999. Windows color (decimal): -7817427 or 2996104. OLE color: 2996104.

HSL color Cylindrical-coordinate representation of color #88B72D: hue angle of 80.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88B72D is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB13618345-
CMYK0.2600.750.28
HSL80.43º60.53%44.71%-
HSV(B)80.43º75.41%71.76%-
XYZ27.5639.298.61-
YUV153.2166.93115.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 183 (71.88% from 255) = 50.27%
BLUE value IS 45 (17.97% from 255) = 12.36%
R=37.36%
G=50.27%
B=12.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136183450.2600.750.2880.4360.5344.71
Hex88B72D1A04B1C503d2d
Octal21026755320113341207555
Binary10001000101101111011011101001001011111001010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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