#86BF66

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

Shades of Mantis #86BF66

Tints of Mantis #86BF66

Color information

#86BF66 (or 0x86BF66) is unknown color: approx Mantis. HEX triplet: 86, BF and 66. RGB value is (134,191,102). Sum of RGB (Red+Green+Blue) = 134+191+102=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF66 is #794099. Grayscale: #A4A4A4. Windows color (decimal): -7946394 or 6733702. OLE color: 6733702.

HSL color Cylindrical-coordinate representation of color #86BF66: hue angle of 98.43º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86BF66 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB134191102-
CMYK0.3000.470.25
HSL98.43º41.01%57.45%-
HSV(B)98.43º46.6%74.9%-
XYZ30.8643.2919.3-
YUV163.8193.12106.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=31.38%
G=44.73%
B=23.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341911020.3000.470.2598.4341.0157.45
Hex86BF661E02F19622939
Octal20627714636057311425171
Binary10000110101111111100110111100101111110011100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,191,102); }

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

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

 a { background-color: rgb(134,191,102); }

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

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

 span { border-color: rgb(134,191,102); }

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