#86BE0F

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

Shades of Lima #86BE0F

Tints of Lima #86BE0F

Color information

#86BE0F (or 0x86BE0F) is unknown color: approx Lima. HEX triplet: 86, BE and 0F. RGB value is (134,190,15). Sum of RGB (Red+Green+Blue) = 134+190+15=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BE0F is #7941F0. Grayscale: #999999. Windows color (decimal): -7946737 or 1031814. OLE color: 1031814.

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

Color convert

RGB13419015-
CMYK0.2900.920.25
HSL79.2º85.37%40.2%-
HSV(B)79.2º92.11%74.51%-
XYZ28.3341.937.05-
YUV153.3149.95114.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 190 (74.61% from 255) = 56.05%
BLUE value IS 15 (6.25% from 255) = 4.42%
R=39.53%
G=56.05%
B=4.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134190150.2900.920.2579.285.3740.2
Hex86BEF1D05C194f5528
Octal206276173501343111712550
Binary1000011010111110111111101010111001100110011111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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