Html Css Color HEX #86BA6D Mantis

📋 copy color: '#86BA6D'

red 134 ◦ green 186 ◦ blue 109

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

Shades of Mantis #86BA6D

Tints of Mantis #86BA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 31.24%
G = 43.36%
B = 25.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#86BA6D (or 0x86BA6D) is known color: Mantis. HEX triplet: 86, BA and 6D. RGB value is (134,186,109). Sum of RGB (Red+Green+Blue) = 134+186+109=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA6D is #794592. Grayscale: #A1A1A1. Windows color (decimal): -7947667 or 7191174. OLE color: 7191174.

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

Color convert

RGB 134 186 109 -
CMYK 0.28 0 0.41 0.27
HSL 100.52º 0.36% 0.58% -
HSV(B) 100.52º 0.41% 0.73% -
XYZ 30.15 41.29 20.85 -
YUV 161.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 134 186 109 0.28 0 0.41 0.27 100.52 0.36 0.58
Hex 86 BA 6D 1C 0 29 1B 65 24 3A
Octal 206 272 155 34 0 51 33 145 44 72
Binary 10000110 10111010 1101101 11100 0 101001 11011 1100101 100100 111010

Color Harmonies of #86BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA6D

Black with #86BA6D

Text Example


Text Example

White with #86BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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