#86A42E

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

Shades of Limerick #86A42E

Tints of Limerick #86A42E

Color information

#86A42E (or 0x86A42E) is unknown color: approx Limerick. HEX triplet: 86, A4 and 2E. RGB value is (134,164,46). Sum of RGB (Red+Green+Blue) = 134+164+46=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #86A42E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A42E is #795BD1. Grayscale: #8E8E8E. Windows color (decimal): -7953362 or 3056774. OLE color: 3056774.

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

Color convert

RGB13416446-
CMYK0.1800.720.36
HSL75.25º56.19%41.18%-
HSV(B)75.25º71.95%64.31%-
XYZ23.631.827.48-
YUV141.5874.06122.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 164 (64.45% from 255) = 47.67%
BLUE value IS 46 (18.36% from 255) = 13.37%
R=38.95%
G=47.67%
B=13.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134164460.1800.720.3675.2556.1941.18
Hex86A42E12048244b3829
Octal20624456220110441137051
Binary100001101010010010111010010010010001001001001011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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