Html Css Color HEX #86B56C Mantis

📋 copy color: '#86B56C'

red 134 ◦ green 181 ◦ blue 108

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

Shades of Mantis #86B56C

Tints of Mantis #86B56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 31.68%
G = 42.79%
B = 25.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#86B56C (or 0x86B56C) is known color: Mantis. HEX triplet: 86, B5 and 6C. RGB value is (134,181,108). Sum of RGB (Red+Green+Blue) = 134+181+108=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #86B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B56C is #794A93. Grayscale: #9E9E9E. Windows color (decimal): -7948948 or 7124358. OLE color: 7124358.

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

Color convert

RGB 134 181 108 -
CMYK 0.26 0 0.40 0.29
HSL 98.63º 0.33% 0.57% -
HSV(B) 98.63º 0.4% 0.71% -
XYZ 29.06 39.2 20.22 -
YUV 158.63 99.43 110.44 -
System Red Green Blue C M Y K H S L
Decimal 134 181 108 0.26 0 0.40 0.29 98.63 0.33 0.57
Hex 86 B5 6C 1A 0 28 1D 63 21 39
Octal 206 265 154 32 0 50 35 143 41 71
Binary 10000110 10110101 1101100 11010 0 101000 11101 1100011 100001 111001

Color Harmonies of #86B56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B56C

Black with #86B56C

Text Example


Text Example

White with #86B56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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