#87AB14

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

Shades of Limerick #87AB14

Tints of Limerick #87AB14

Color information

#87AB14 (or 0x87AB14) is unknown color: approx Limerick. HEX triplet: 87, AB and 14. RGB value is (135,171,20). Sum of RGB (Red+Green+Blue) = 135+171+20=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #87AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AB14 is #7854EB. Grayscale: #8F8F8F. Windows color (decimal): -7886060 or 1354631. OLE color: 1354631.

HSL color Cylindrical-coordinate representation of color #87AB14: hue angle of 74.3º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87AB14 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB13517120-
CMYK0.2100.880.33
HSL74.3º79.06%37.45%-
HSV(B)74.3º88.3%67.06%-
XYZ24.6834.335.99-
YUV143.0258.57122.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 171 (67.19% from 255) = 52.45%
BLUE value IS 20 (8.20% from 255) = 6.13%
R=41.41%
G=52.45%
B=6.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135171200.2100.880.3374.379.0637.45
Hex87AB1415058214a4f25
Octal207253242501304111211745
Binary100001111010101110100101010101100010000110010101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AB14; }

 p { color: rgb(135,171,20); }

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

<style>
 a { background-color: #87AB14; }

 a { background-color: rgb(135,171,20); }

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

<style>
 span { border-color: #87AB14; }

 span { border-color: rgb(135,171,20); }

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