Html Css Color HEX #86BC65 Mantis

📋 copy color: '#86BC65'

red 134 ◦ green 188 ◦ blue 101

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

Shades of Mantis #86BC65

Tints of Mantis #86BC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 31.68%
G = 44.44%
B = 23.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#86BC65 (or 0x86BC65) is known color: Mantis. HEX triplet: 86, BC and 65. RGB value is (134,188,101). Sum of RGB (Red+Green+Blue) = 134+188+101=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC65 is #79439A. Grayscale: #A2A2A2. Windows color (decimal): -7947163 or 6667398. OLE color: 6667398.

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

Color convert

RGB 134 188 101 -
CMYK 0.29 0 0.46 0.26
HSL 97.24º 0.39% 0.57% -
HSV(B) 97.24º 0.46% 0.74% -
XYZ 30.16 41.97 18.82 -
YUV 161.94 93.61 108.07 -
System Red Green Blue C M Y K H S L
Decimal 134 188 101 0.29 0 0.46 0.26 97.24 0.39 0.57
Hex 86 BC 65 1D 0 2E 1A 61 27 39
Octal 206 274 145 35 0 56 32 141 47 71
Binary 10000110 10111100 1100101 11101 0 101110 11010 1100001 100111 111001

Color Harmonies of #86BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC65

Black with #86BC65

Text Example


Text Example

White with #86BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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