#88B43F

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

Shades of Limerick #88B43F

Tints of Limerick #88B43F

Color information

#88B43F (or 0x88B43F) is unknown color: approx Limerick. HEX triplet: 88, B4 and 3F. RGB value is (136,180,63). Sum of RGB (Red+Green+Blue) = 136+180+63=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #88B43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B43F is #774BC0. Grayscale: #999999. Windows color (decimal): -7818177 or 4174984. OLE color: 4174984.

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

Color convert

RGB13618063-
CMYK0.2400.650.29
HSL82.56º48.15%47.65%-
HSV(B)82.56º65%70.59%-
XYZ27.3738.2410.64-
YUV153.5176.92115.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 180 (70.70% from 255) = 47.49%
BLUE value IS 63 (25% from 255) = 16.62%
R=35.88%
G=47.49%
B=16.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136180630.2400.650.2982.5648.1547.65
Hex88B43F180411D533030
Octal21026477300101351236060
Binary10001000101101001111111100001000001111011010011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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