Html Css Color HEX #86B56E Mantis

📋 copy color: '#86B56E'

red 134 ◦ green 181 ◦ blue 110

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

Shades of Mantis #86B56E

Tints of Mantis #86B56E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

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

R = 31.53%
G = 42.59%
B = 25.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#86B56E (or 0x86B56E) is known color: Mantis. HEX triplet: 86, B5 and 6E. RGB value is (134,181,110). Sum of RGB (Red+Green+Blue) = 134+181+110=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #86B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B56E is #794A91. Grayscale: #9F9F9F. Windows color (decimal): -7948946 or 7255430. OLE color: 7255430.

HSL color Cylindrical-coordinate representation of color #86B56E: hue angle of 99.72º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86B56E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 110 -
CMYK 0.26 0 0.39 0.29
HSL 99.72º 0.32% 0.57% -
HSV(B) 99.72º 0.39% 0.71% -
XYZ 29.17 39.24 20.79 -
YUV 158.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 134 181 110 0.26 0 0.39 0.29 99.72 0.32 0.57
Hex 86 B5 6E 1A 0 27 1D 64 20 39
Octal 206 265 156 32 0 47 35 144 40 71
Binary 10000110 10110101 1101110 11010 0 100111 11101 1100100 100000 111001

Color Harmonies of #86B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B56E

Black with #86B56E

Text Example


Text Example

White with #86B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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