#87A124

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

Shades of Limerick #87A124

Tints of Limerick #87A124

Color information

#87A124 (or 0x87A124) is unknown color: approx Limerick. HEX triplet: 87, A1 and 24. RGB value is (135,161,36). Sum of RGB (Red+Green+Blue) = 135+161+36=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #87A124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A124 is #785EDB. Grayscale: #8B8B8B. Windows color (decimal): -7888604 or 2400647. OLE color: 2400647.

HSL color Cylindrical-coordinate representation of color #87A124: hue angle of 72.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #87A124 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB13516136-
CMYK0.1600.780.37
HSL72.48º63.45%38.63%-
HSV(B)72.48º77.64%63.14%-
XYZ23.0530.776.39-
YUV138.9869.89125.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 161 (63.28% from 255) = 48.49%
BLUE value IS 36 (14.45% from 255) = 10.84%
R=40.66%
G=48.49%
B=10.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135161360.1600.780.3772.4863.4538.63
Hex87A1241004E25483f27
Octal20724144200116451107747
Binary100001111010000110010010000010011101001011001000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,161,36); }

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

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

 a { background-color: rgb(135,161,36); }

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

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

 span { border-color: rgb(135,161,36); }

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