#87A614

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

Shades of Limerick #87A614

Tints of Limerick #87A614

Color information

#87A614 (or 0x87A614) is unknown color: approx Limerick. HEX triplet: 87, A6 and 14. RGB value is (135,166,20). Sum of RGB (Red+Green+Blue) = 135+166+20=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #87A614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A614 is #7859EB. Grayscale: #8C8C8C. Windows color (decimal): -7887340 or 1353351. OLE color: 1353351.

HSL color Cylindrical-coordinate representation of color #87A614: hue angle of 72.74º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87A614 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB13516620-
CMYK0.1900.880.35
HSL72.74º78.49%36.47%-
HSV(B)72.74º87.95%65.1%-
XYZ23.7532.475.68-
YUV140.0960.23124.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 166 (65.23% from 255) = 51.71%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=42.06%
G=51.71%
B=6.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135166200.1900.880.3572.7478.4936.47
Hex87A6141305823494e24
Octal207246242301304311111644
Binary100001111010011010100100110101100010001110010011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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