Html Css Color HEX #86B962 Mantis

📋 copy color: '#86B962'

red 134 ◦ green 185 ◦ blue 98

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

Shades of Mantis #86B962

Tints of Mantis #86B962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 32.13%
G = 44.36%
B = 23.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#86B962 (or 0x86B962) is known color: Mantis. HEX triplet: 86, B9 and 62. RGB value is (134,185,98). Sum of RGB (Red+Green+Blue) = 134+185+98=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #86B962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B962 is #79469D. Grayscale: #A0A0A0. Windows color (decimal): -7947934 or 6470022. OLE color: 6470022.

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

Color convert

RGB 134 185 98 -
CMYK 0.28 0 0.47 0.27
HSL 95.17º 0.38% 0.55% -
HSV(B) 95.17º 0.47% 0.73% -
XYZ 29.39 40.65 17.85 -
YUV 159.83 93.1 109.57 -
System Red Green Blue C M Y K H S L
Decimal 134 185 98 0.28 0 0.47 0.27 95.17 0.38 0.55
Hex 86 B9 62 1C 0 2F 1B 5F 26 37
Octal 206 271 142 34 0 57 33 137 46 67
Binary 10000110 10111001 1100010 11100 0 101111 11011 1011111 100110 110111

Color Harmonies of #86B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B962

Black with #86B962

Text Example


Text Example

White with #86B962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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