#86B412

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

Shades of Lima #86B412

Tints of Lima #86B412

Color information

#86B412 (or 0x86B412) is unknown color: approx Lima. HEX triplet: 86, B4 and 12. RGB value is (134,180,18). Sum of RGB (Red+Green+Blue) = 134+180+18=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #86B412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B412 is #794BED. Grayscale: #949494. Windows color (decimal): -7949294 or 1225862. OLE color: 1225862.

HSL color Cylindrical-coordinate representation of color #86B412: hue angle of 77.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86B412 is Cyan = 0.26, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB13418018-
CMYK0.2600.90.29
HSL77.04º81.82%38.82%-
HSV(B)77.04º90%70.59%-
XYZ26.2637.756.48-
YUV147.7854.76118.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 18 (7.42% from 255) = 5.42%
R=40.36%
G=54.22%
B=5.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134180180.2600.90.2977.0481.8238.82
Hex86B4121A05A1D4d5227
Octal206264223201323511512247
Binary10000110101101001001011010010110101110110011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,18); }

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

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

 a { background-color: rgb(134,180,18); }

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

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

 span { border-color: rgb(134,180,18); }

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