#88B014

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

Shades of Limerick #88B014

Tints of Limerick #88B014

Color information

#88B014 (or 0x88B014) is unknown color: approx Limerick. HEX triplet: 88, B0 and 14. RGB value is (136,176,20). Sum of RGB (Red+Green+Blue) = 136+176+20=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #88B014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88B014 is #774FEB. Grayscale: #929292. Windows color (decimal): -7819244 or 1355912. OLE color: 1355912.

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

Color convert

RGB13617620-
CMYK0.2300.890.31
HSL75.38º79.59%38.43%-
HSV(B)75.38º88.64%69.02%-
XYZ25.836.346.32-
YUV146.2656.75120.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 176 (69.14% from 255) = 53.01%
BLUE value IS 20 (8.20% from 255) = 6.02%
R=40.96%
G=53.01%
B=6.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136176200.2300.890.3175.3879.5938.43
Hex88B014170591F4b5026
Octal210260242701313711312046
Binary10001000101100001010010111010110011111110010111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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