#87A526

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

Shades of Limerick #87A526

Tints of Limerick #87A526

Color information

#87A526 (or 0x87A526) is unknown color: approx Limerick. HEX triplet: 87, A5 and 26. RGB value is (135,165,38). Sum of RGB (Red+Green+Blue) = 135+165+38=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #87A526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A526 is #785AD9. Grayscale: #8E8E8E. Windows color (decimal): -7887578 or 2532743. OLE color: 2532743.

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

Color convert

RGB13516538-
CMYK0.1800.770.35
HSL74.17º62.56%39.8%-
HSV(B)74.17º76.97%64.71%-
XYZ23.832.26.79-
YUV141.5569.56123.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 165 (64.84% from 255) = 48.82%
BLUE value IS 38 (15.23% from 255) = 11.24%
R=39.94%
G=48.82%
B=11.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135165380.1800.770.3574.1762.5639.8
Hex87A5261204D234a3f28
Octal20724546220115431127750
Binary100001111010010110011010010010011011000111001010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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