Html Css Color HEX #86BF6D Mantis

📋 copy color: '#86BF6D'

red 134 ◦ green 191 ◦ blue 109

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

Shades of Mantis #86BF6D

Tints of Mantis #86BF6D

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

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

R = 30.88%
G = 44.01%
B = 25.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#86BF6D (or 0x86BF6D) is known color: Mantis. HEX triplet: 86, BF and 6D. RGB value is (134,191,109). Sum of RGB (Red+Green+Blue) = 134+191+109=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF6D is #794092. Grayscale: #A4A4A4. Windows color (decimal): -7946387 or 7192454. OLE color: 7192454.

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

Color convert

RGB 134 191 109 -
CMYK 0.30 0 0.43 0.25
HSL 101.71º 0.39% 0.59% -
HSV(B) 101.71º 0.43% 0.75% -
XYZ 31.22 43.43 21.21 -
YUV 164.61 96.62 106.17 -
System Red Green Blue C M Y K H S L
Decimal 134 191 109 0.30 0 0.43 0.25 101.71 0.39 0.59
Hex 86 BF 6D 1E 0 2B 19 66 27 3B
Octal 206 277 155 36 0 53 31 146 47 73
Binary 10000110 10111111 1101101 11110 0 101011 11001 1100110 100111 111011

Color Harmonies of #86BF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF6D

Black with #86BF6D

Text Example


Text Example

White with #86BF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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