#87A52E

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

Shades of Limerick #87A52E

Tints of Limerick #87A52E

Color information

#87A52E (or 0x87A52E) is unknown color: approx Limerick. HEX triplet: 87, A5 and 2E. RGB value is (135,165,46). Sum of RGB (Red+Green+Blue) = 135+165+46=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #87A52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A52E is #785AD1. Grayscale: #8E8E8E. Windows color (decimal): -7887570 or 3057031. OLE color: 3057031.

HSL color Cylindrical-coordinate representation of color #87A52E: hue angle of 75.13º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87A52E is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB13516546-
CMYK0.1800.720.35
HSL75.13º56.4%41.37%-
HSV(B)75.13º72.12%64.71%-
XYZ23.9432.267.55-
YUV142.4673.56122.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 165 (64.84% from 255) = 47.69%
BLUE value IS 46 (18.36% from 255) = 13.29%
R=39.02%
G=47.69%
B=13.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135165460.1800.720.3575.1356.441.37
Hex87A52E12048234b3829
Octal20724556220110431137051
Binary100001111010010110111010010010010001000111001011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,165,46); }

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

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

 a { background-color: rgb(135,165,46); }

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

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

 span { border-color: rgb(135,165,46); }

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