#86AA36

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

Shades of Limerick #86AA36

Tints of Limerick #86AA36

Color information

#86AA36 (or 0x86AA36) is unknown color: approx Limerick. HEX triplet: 86, AA and 36. RGB value is (134,170,54). Sum of RGB (Red+Green+Blue) = 134+170+54=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA36 is #7955C9. Grayscale: #929292. Windows color (decimal): -7951818 or 3582598. OLE color: 3582598.

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

Color convert

RGB13417054-
CMYK0.2100.680.33
HSL78.62º51.79%43.92%-
HSV(B)78.62º68.24%66.67%-
XYZ24.8734.088.76-
YUV146.0176.07119.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 170 (66.80% from 255) = 47.49%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=37.43%
G=47.49%
B=15.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134170540.2100.680.3378.6251.7943.92
Hex86AA3615044214f342c
Octal20625266250104411176454
Binary100001101010101011011010101010001001000011001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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