#86AA1F

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

Shades of Limerick #86AA1F

Tints of Limerick #86AA1F

Color information

#86AA1F (or 0x86AA1F) is unknown color: approx Limerick. HEX triplet: 86, AA and 1F. RGB value is (134,170,31). Sum of RGB (Red+Green+Blue) = 134+170+31=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA1F is #7955E0. Grayscale: #8F8F8F. Windows color (decimal): -7951841 or 2075270. OLE color: 2075270.

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

Color convert

RGB13417031-
CMYK0.2100.820.33
HSL75.54º69.15%39.41%-
HSV(B)75.54º81.76%66.67%-
XYZ24.4533.926.55-
YUV143.3964.57121.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=40%
G=50.75%
B=9.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134170310.2100.820.3375.5469.1539.41
Hex86AA1F15052214c4527
Octal206252372501224111410547
Binary100001101010101011111101010101001010000110011001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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