Html Css Color HEX #86BC62 Mantis

📋 copy color: '#86BC62'

red 134 ◦ green 188 ◦ blue 98

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

Shades of Mantis #86BC62

Tints of Mantis #86BC62

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.76%

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

R = 31.9%
G = 44.76%
B = 23.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#86BC62 (or 0x86BC62) is known color: Mantis. HEX triplet: 86, BC and 62. RGB value is (134,188,98). Sum of RGB (Red+Green+Blue) = 134+188+98=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC62 is #79439D. Grayscale: #A1A1A1. Windows color (decimal): -7947166 or 6470790. OLE color: 6470790.

HSL color Cylindrical-coordinate representation of color #86BC62: hue angle of 96º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86BC62 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 98 -
CMYK 0.29 0 0.48 0.26
HSL 96º 0.4% 0.56% -
HSV(B) 96º 0.48% 0.74% -
XYZ 30.02 41.92 18.06 -
YUV 161.59 92.11 108.32 -
System Red Green Blue C M Y K H S L
Decimal 134 188 98 0.29 0 0.48 0.26 96 0.4 0.56
Hex 86 BC 62 1D 0 30 1A 60 28 38
Octal 206 274 142 35 0 60 32 140 50 70
Binary 10000110 10111100 1100010 11101 0 110000 11010 1100000 101000 111000

Color Harmonies of #86BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC62

Black with #86BC62

Text Example


Text Example

White with #86BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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