Html Css Color HEX #86B956 Mantis

📋 copy color: '#86B956'

red 134 ◦ green 185 ◦ blue 86

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

Shades of Mantis #86B956

Tints of Mantis #86B956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.23%

R = 33.09%
G = 45.68%
B = 21.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#86B956 (or 0x86B956) is known color: Mantis. HEX triplet: 86, B9 and 56. RGB value is (134,185,86). Sum of RGB (Red+Green+Blue) = 134+185+86=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #86B956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B956 is #7946A9. Grayscale: #9E9E9E. Windows color (decimal): -7947946 or 5683590. OLE color: 5683590.

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

Color convert

RGB 134 185 86 -
CMYK 0.28 0 0.54 0.27
HSL 90.91º 0.41% 0.53% -
HSV(B) 90.91º 0.54% 0.73% -
XYZ 28.86 40.44 15.09 -
YUV 158.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 134 185 86 0.28 0 0.54 0.27 90.91 0.41 0.53
Hex 86 B9 56 1C 0 36 1B 5B 29 35
Octal 206 271 126 34 0 66 33 133 51 65
Binary 10000110 10111001 1010110 11100 0 110110 11011 1011011 101001 110101

Color Harmonies of #86B956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B956

Black with #86B956

Text Example


Text Example

White with #86B956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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