#87AD2A

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

Shades of Limerick #87AD2A

Tints of Limerick #87AD2A

Color information

#87AD2A (or 0x87AD2A) is unknown color: approx Limerick. HEX triplet: 87, AD and 2A. RGB value is (135,173,42). Sum of RGB (Red+Green+Blue) = 135+173+42=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87AD2A is #7852D5. Grayscale: #939393. Windows color (decimal): -7885526 or 2796935. OLE color: 2796935.

HSL color Cylindrical-coordinate representation of color #87AD2A: hue angle of 77.4º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87AD2A is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB13517342-
CMYK0.2200.760.32
HSL77.4º60.93%42.16%-
HSV(B)77.4º75.72%67.84%-
XYZ25.3535.217.65-
YUV146.768.91119.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 173 (67.97% from 255) = 49.43%
BLUE value IS 42 (16.80% from 255) = 12%
R=38.57%
G=49.43%
B=12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135173420.2200.760.3277.460.9342.16
Hex87AD2A1604C204d3d2a
Octal20725552260114401157552
Binary100001111010110110101010110010011001000001001101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,173,42); }

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

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

 a { background-color: rgb(135,173,42); }

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

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

 span { border-color: rgb(135,173,42); }

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