Html Css Color HEX #86BD60 Mantis

📋 copy color: '#86BD60'

red 134 ◦ green 189 ◦ blue 96

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

Shades of Mantis #86BD60

Tints of Mantis #86BD60

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 96 (37.89% from 255) = 22.91%

R = 31.98%
G = 45.11%
B = 22.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#86BD60 (or 0x86BD60) is known color: Mantis. HEX triplet: 86, BD and 60. RGB value is (134,189,96). Sum of RGB (Red+Green+Blue) = 134+189+96=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD60 is #79429F. Grayscale: #A2A2A2. Windows color (decimal): -7946912 or 6339974. OLE color: 6339974.

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

Color convert

RGB 134 189 96 -
CMYK 0.29 0 0.49 0.26
HSL 95.48º 0.41% 0.56% -
HSV(B) 95.48º 0.49% 0.74% -
XYZ 30.14 42.31 17.64 -
YUV 161.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 134 189 96 0.29 0 0.49 0.26 95.48 0.41 0.56
Hex 86 BD 60 1D 0 31 1A 5F 29 38
Octal 206 275 140 35 0 61 32 137 51 70
Binary 10000110 10111101 1100000 11101 0 110001 11010 1011111 101001 111000

Color Harmonies of #86BD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD60

Black with #86BD60

Text Example


Text Example

White with #86BD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,189,96); }

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

background-color css

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

 a { background-color: rgb(134,189,96); }

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

border-color css

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

 span { border-color: rgb(134,189,96); }

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