#87A326

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

Shades of Limerick #87A326

Tints of Limerick #87A326

Color information

#87A326 (or 0x87A326) is unknown color: approx Limerick. HEX triplet: 87, A3 and 26. RGB value is (135,163,38). Sum of RGB (Red+Green+Blue) = 135+163+38=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #87A326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A326 is #785CD9. Grayscale: #8C8C8C. Windows color (decimal): -7888090 or 2532231. OLE color: 2532231.

HSL color Cylindrical-coordinate representation of color #87A326: hue angle of 73.44º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87A326 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB13516338-
CMYK0.1700.770.36
HSL73.44º62.19%39.41%-
HSV(B)73.44º76.69%63.92%-
XYZ23.4431.496.68-
YUV140.3870.22124.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 163 (64.06% from 255) = 48.51%
BLUE value IS 38 (15.23% from 255) = 11.31%
R=40.18%
G=48.51%
B=11.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal135163380.1700.770.3673.4462.1939.41
Hex87A3261104D24493e27
Octal20724346210115441117647
Binary100001111010001110011010001010011011001001001001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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