#86BA15

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

Shades of Lima #86BA15

Tints of Lima #86BA15

Color information

#86BA15 (or 0x86BA15) is unknown color: approx Lima. HEX triplet: 86, BA and 15. RGB value is (134,186,21). Sum of RGB (Red+Green+Blue) = 134+186+21=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BA15 is #7945EA. Grayscale: #989898. Windows color (decimal): -7947755 or 1424006. OLE color: 1424006.

HSL color Cylindrical-coordinate representation of color #86BA15: hue angle of 78.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86BA15 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB13418621-
CMYK0.2800.890.27
HSL78.91º79.71%40.59%-
HSV(B)78.91º88.71%72.94%-
XYZ27.5340.247.03-
YUV151.6454.27115.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 186 (73.05% from 255) = 54.55%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=39.30%
G=54.55%
B=6.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134186210.2800.890.2778.9179.7140.59
Hex86BA151C0591B4f5029
Octal206272253401313311712051
Binary10000110101110101010111100010110011101110011111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,21); }

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

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

 a { background-color: rgb(134,186,21); }

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

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

 span { border-color: rgb(134,186,21); }

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