#87AA0C

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

Shades of Limerick #87AA0C

Tints of Limerick #87AA0C

Color information

#87AA0C (or 0x87AA0C) is unknown color: approx Limerick. HEX triplet: 87, AA and 0C. RGB value is (135,170,12). Sum of RGB (Red+Green+Blue) = 135+170+12=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AA0C is #7855F3. Grayscale: #8E8E8E. Windows color (decimal): -7886324 or 830087. OLE color: 830087.

HSL color Cylindrical-coordinate representation of color #87AA0C: hue angle of 73.29º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87AA0C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB13517012-
CMYK0.2100.930.33
HSL73.29º86.81%35.69%-
HSV(B)73.29º92.94%66.67%-
XYZ24.4333.935.61-
YUV141.5254.9123.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=42.59%
G=53.63%
B=3.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135170120.2100.930.3373.2986.8135.69
Hex87AAC1505D21495724
Octal207252142501354111112744
Binary10000111101010101100101010101110110000110010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,170,12); }

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

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

 a { background-color: rgb(135,170,12); }

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

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

 span { border-color: rgb(135,170,12); }

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