Html Css Color HEX #86BF6E Mantis

📋 copy color: '#86BF6E'

red 134 ◦ green 191 ◦ blue 110

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

Shades of Mantis #86BF6E

Tints of Mantis #86BF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.29%

R = 30.8%
G = 43.91%
B = 25.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#86BF6E (or 0x86BF6E) is known color: Mantis. HEX triplet: 86, BF and 6E. RGB value is (134,191,110). Sum of RGB (Red+Green+Blue) = 134+191+110=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF6E is #794091. Grayscale: #A4A4A4. Windows color (decimal): -7946386 or 7257990. OLE color: 7257990.

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

Color convert

RGB 134 191 110 -
CMYK 0.30 0 0.42 0.25
HSL 102.22º 0.39% 0.59% -
HSV(B) 102.22º 0.42% 0.75% -
XYZ 31.28 43.46 21.49 -
YUV 164.72 97.12 106.09 -
System Red Green Blue C M Y K H S L
Decimal 134 191 110 0.30 0 0.42 0.25 102.22 0.39 0.59
Hex 86 BF 6E 1E 0 2A 19 66 27 3B
Octal 206 277 156 36 0 52 31 146 47 73
Binary 10000110 10111111 1101110 11110 0 101010 11001 1100110 100111 111011

Color Harmonies of #86BF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF6E

Black with #86BF6E

Text Example


Text Example

White with #86BF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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