#86A62C

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

Shades of Limerick #86A62C

Tints of Limerick #86A62C

Color information

#86A62C (or 0x86A62C) is unknown color: approx Limerick. HEX triplet: 86, A6 and 2C. RGB value is (134,166,44). Sum of RGB (Red+Green+Blue) = 134+166+44=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #86A62C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A62C is #7959D3. Grayscale: #8E8E8E. Windows color (decimal): -7952852 or 2926214. OLE color: 2926214.

HSL color Cylindrical-coordinate representation of color #86A62C: hue angle of 75.74º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86A62C is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB13416644-
CMYK0.1900.730.35
HSL75.74º58.1%41.18%-
HSV(B)75.74º73.49%65.1%-
XYZ23.9232.527.4-
YUV142.5272.4121.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 166 (65.23% from 255) = 48.26%
BLUE value IS 44 (17.58% from 255) = 12.79%
R=38.95%
G=48.26%
B=12.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134166440.1900.730.3575.7458.141.18
Hex86A62C13049234c3a29
Octal20624654230111431147251
Binary100001101010011010110010011010010011000111001100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A62C; }

 p { color: rgb(134,166,44); }

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

<style>
 a { background-color: #86A62C; }

 a { background-color: rgb(134,166,44); }

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

<style>
 span { border-color: #86A62C; }

 span { border-color: rgb(134,166,44); }

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