Html Css Color HEX #86B973 Mantis

📋 copy color: '#86B973'

red 134 ◦ green 185 ◦ blue 115

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

Shades of Mantis #86B973

Tints of Mantis #86B973

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 30.88%
G = 42.63%
B = 26.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#86B973 (or 0x86B973) is known color: Mantis. HEX triplet: 86, B9 and 73. RGB value is (134,185,115). Sum of RGB (Red+Green+Blue) = 134+185+115=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #86B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B973 is #79468C. Grayscale: #A2A2A2. Windows color (decimal): -7947917 or 7584134. OLE color: 7584134.

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

Color convert

RGB 134 185 115 -
CMYK 0.28 0 0.38 0.27
HSL 103.71º 0.33% 0.59% -
HSV(B) 103.71º 0.38% 0.73% -
XYZ 30.27 41 22.54 -
YUV 161.77 101.6 108.19 -
System Red Green Blue C M Y K H S L
Decimal 134 185 115 0.28 0 0.38 0.27 103.71 0.33 0.59
Hex 86 B9 73 1C 0 26 1B 68 21 3B
Octal 206 271 163 34 0 46 33 150 41 73
Binary 10000110 10111001 1110011 11100 0 100110 11011 1101000 100001 111011

Color Harmonies of #86B973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B973

Black with #86B973

Text Example


Text Example

White with #86B973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,185,115); }

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

background-color css

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

 a { background-color: rgb(134,185,115); }

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

border-color css

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

 span { border-color: rgb(134,185,115); }

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