#86AA35

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

Shades of Limerick #86AA35

Tints of Limerick #86AA35

Color information

#86AA35 (or 0x86AA35) is unknown color: approx Limerick. HEX triplet: 86, AA and 35. RGB value is (134,170,53). Sum of RGB (Red+Green+Blue) = 134+170+53=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA35 is #7955CA. Grayscale: #929292. Windows color (decimal): -7951819 or 3517062. OLE color: 3517062.

HSL color Cylindrical-coordinate representation of color #86AA35: hue angle of 78.46º 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 #86AA35 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB13417053-
CMYK0.2100.690.33
HSL78.46º52.47%43.73%-
HSV(B)78.46º68.82%66.67%-
XYZ24.8534.078.64-
YUV145.975.57119.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=37.54%
G=47.62%
B=14.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134170530.2100.690.3378.4652.4743.73
Hex86AA3515045214e342c
Octal20625265250105411166454
Binary100001101010101011010110101010001011000011001110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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