Html Css Color HEX #86BE60 Mantis

📋 copy color: '#86BE60'

red 134 ◦ green 190 ◦ blue 96

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

Shades of Mantis #86BE60

Tints of Mantis #86BE60

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.24%

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

R = 31.9%
G = 45.24%
B = 22.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#86BE60 (or 0x86BE60) is known color: Mantis. HEX triplet: 86, BE and 60. RGB value is (134,190,96). Sum of RGB (Red+Green+Blue) = 134+190+96=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE60 is #79419F. Grayscale: #A2A2A2. Windows color (decimal): -7946656 or 6340230. OLE color: 6340230.

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

Color convert

RGB 134 190 96 -
CMYK 0.29 0 0.49 0.25
HSL 95.74º 0.42% 0.56% -
HSV(B) 95.74º 0.49% 0.75% -
XYZ 30.36 42.74 17.72 -
YUV 162.54 90.45 107.64 -
System Red Green Blue C M Y K H S L
Decimal 134 190 96 0.29 0 0.49 0.25 95.74 0.42 0.56
Hex 86 BE 60 1D 0 31 19 60 2A 38
Octal 206 276 140 35 0 61 31 140 52 70
Binary 10000110 10111110 1100000 11101 0 110001 11001 1100000 101010 111000

Color Harmonies of #86BE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BE60

Black with #86BE60

Text Example


Text Example

White with #86BE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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