#88B03F

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

Shades of Limerick #88B03F

Tints of Limerick #88B03F

Color information

#88B03F (or 0x88B03F) is unknown color: approx Limerick. HEX triplet: 88, B0 and 3F. RGB value is (136,176,63). Sum of RGB (Red+Green+Blue) = 136+176+63=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #88B03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88B03F is #774FC0. Grayscale: #979797. Windows color (decimal): -7819201 or 4173960. OLE color: 4173960.

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

Color convert

RGB13617663-
CMYK0.2300.640.31
HSL81.24º47.28%46.86%-
HSV(B)81.24º64.2%69.02%-
XYZ26.5836.6410.37-
YUV151.1678.25117.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 63 (25% from 255) = 16.8%
R=36.27%
G=46.93%
B=16.8%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136176630.2300.640.3181.2447.2846.86
Hex88B03F170401F512f2f
Octal21026077270100371215757
Binary10001000101100001111111011101000000111111010001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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