#86AC36

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

Shades of Limerick #86AC36

Tints of Limerick #86AC36

Color information

#86AC36 (or 0x86AC36) is unknown color: approx Limerick. HEX triplet: 86, AC and 36. RGB value is (134,172,54). Sum of RGB (Red+Green+Blue) = 134+172+54=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC36 is #7953C9. Grayscale: #939393. Windows color (decimal): -7951306 or 3583110. OLE color: 3583110.

HSL color Cylindrical-coordinate representation of color #86AC36: hue angle of 79.32º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86AC36 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB13417254-
CMYK0.2200.690.33
HSL79.32º52.21%44.31%-
HSV(B)79.32º68.6%67.45%-
XYZ25.2534.848.88-
YUV147.1975.41118.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 54 (21.48% from 255) = 15%
R=37.22%
G=47.78%
B=15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134172540.2200.690.3379.3252.2144.31
Hex86AC3616045214f342c
Octal20625466260105411176454
Binary100001101010110011011010110010001011000011001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,54); }

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

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

 a { background-color: rgb(134,172,54); }

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

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

 span { border-color: rgb(134,172,54); }

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