#86A41E

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

Shades of Limerick #86A41E

Tints of Limerick #86A41E

Color information

#86A41E (or 0x86A41E) is unknown color: approx Limerick. HEX triplet: 86, A4 and 1E. RGB value is (134,164,30). Sum of RGB (Red+Green+Blue) = 134+164+30=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #86A41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A41E is #795BE1. Grayscale: #8C8C8C. Windows color (decimal): -7953378 or 2008198. OLE color: 2008198.

HSL color Cylindrical-coordinate representation of color #86A41E: hue angle of 73.43º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86A41E is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB13416430-
CMYK0.1800.820.36
HSL73.43º69.07%38.04%-
HSV(B)73.43º81.71%64.31%-
XYZ23.3431.716.12-
YUV139.7566.06123.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 164 (64.45% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 9.15%
R=40.85%
G=50%
B=9.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134164300.1800.820.3673.4369.0738.04
Hex86A41E1205224494526
Octal206244362201224411110546
Binary100001101010010011110100100101001010010010010011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,164,30); }

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

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

 a { background-color: rgb(134,164,30); }

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

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

 span { border-color: rgb(134,164,30); }

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