#86BE0E

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

Shades of Lima #86BE0E

Tints of Lima #86BE0E

Color information

#86BE0E (or 0x86BE0E) is unknown color: approx Lima. HEX triplet: 86, BE and 0E. RGB value is (134,190,14). Sum of RGB (Red+Green+Blue) = 134+190+14=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BE0E is #7941F1. Grayscale: #999999. Windows color (decimal): -7946738 or 966278. OLE color: 966278.

HSL color Cylindrical-coordinate representation of color #86BE0E: hue angle of 79.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86BE0E is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB13419014-
CMYK0.2900.930.25
HSL79.09º86.27%40%-
HSV(B)79.09º92.63%74.51%-
XYZ28.3241.937.02-
YUV153.1949.45114.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 14 (5.86% from 255) = 4.14%
R=39.64%
G=56.21%
B=4.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134190140.2900.930.2579.0986.2740
Hex86BEE1D05D194f5628
Octal206276163501353111712650
Binary1000011010111110111011101010111011100110011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,190,14); }

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

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

 a { background-color: rgb(134,190,14); }

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

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

 span { border-color: rgb(134,190,14); }

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