#86AA1D

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

Shades of Limerick #86AA1D

Tints of Limerick #86AA1D

Color information

#86AA1D (or 0x86AA1D) is unknown color: approx Limerick. HEX triplet: 86, AA and 1D. RGB value is (134,170,29). Sum of RGB (Red+Green+Blue) = 134+170+29=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA1D is #7955E2. Grayscale: #8F8F8F. Windows color (decimal): -7951843 or 1944198. OLE color: 1944198.

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

Color convert

RGB13417029-
CMYK0.2100.830.33
HSL75.32º70.85%39.02%-
HSV(B)75.32º82.94%66.67%-
XYZ24.4333.916.42-
YUV143.1663.57121.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 29 (11.72% from 255) = 8.71%
R=40.24%
G=51.05%
B=8.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134170290.2100.830.3375.3270.8539.02
Hex86AA1D15053214b4727
Octal206252352501234111310747
Binary100001101010101011101101010101001110000110010111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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