Html Css Color HEX #86BA6F Mantis

📋 copy color: '#86BA6F'

red 134 ◦ green 186 ◦ blue 111

#86BA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #86BA6F

Tints of Mantis #86BA6F

RGB

 RED value IS 134 (52.73% from 255) = 31.09%

 GREEN value IS 186 (73.05% from 255) = 43.16%

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 31.09%
G = 43.16%
B = 25.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#86BA6F (or 0x86BA6F) is known color: Mantis. HEX triplet: 86, BA and 6F. RGB value is (134,186,111). Sum of RGB (Red+Green+Blue) = 134+186+111=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA6F is #794590. Grayscale: #A2A2A2. Windows color (decimal): -7947665 or 7322246. OLE color: 7322246.

HSL color Cylindrical-coordinate representation of color #86BA6F: hue angle of 101.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86BA6F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 111 -
CMYK 0.28 0 0.40 0.27
HSL 101.6º 0.35% 0.58% -
HSV(B) 101.6º 0.4% 0.73% -
XYZ 30.26 41.33 21.42 -
YUV 161.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 134 186 111 0.28 0 0.40 0.27 101.6 0.35 0.58
Hex 86 BA 6F 1C 0 28 1B 66 23 3A
Octal 206 272 157 34 0 50 33 146 43 72
Binary 10000110 10111010 1101111 11100 0 101000 11011 1100110 100011 111010

Color Harmonies of #86BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA6F

Black with #86BA6F

Text Example


Text Example

White with #86BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86BA6F;
 }
 .AnyTagClassName
 {
   color: #86BA6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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