Html Css Color HEX #86BB60 Mantis

📋 copy color: '#86BB60'

red 134 ◦ green 187 ◦ blue 96

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

Shades of Mantis #86BB60

Tints of Mantis #86BB60

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.84%

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

R = 32.13%
G = 44.84%
B = 23.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#86BB60 (or 0x86BB60) is known color: Mantis. HEX triplet: 86, BB and 60. RGB value is (134,187,96). Sum of RGB (Red+Green+Blue) = 134+187+96=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BB60 is #79449F. Grayscale: #A1A1A1. Windows color (decimal): -7947424 or 6339462. OLE color: 6339462.

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

Color convert

RGB 134 187 96 -
CMYK 0.28 0 0.49 0.27
HSL 94.95º 0.4% 0.55% -
HSV(B) 94.95º 0.49% 0.73% -
XYZ 29.71 41.45 17.5 -
YUV 160.78 91.44 108.9 -
System Red Green Blue C M Y K H S L
Decimal 134 187 96 0.28 0 0.49 0.27 94.95 0.4 0.55
Hex 86 BB 60 1C 0 31 1B 5F 28 37
Octal 206 273 140 34 0 61 33 137 50 67
Binary 10000110 10111011 1100000 11100 0 110001 11011 1011111 101000 110111

Color Harmonies of #86BB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB60

Black with #86BB60

Text Example


Text Example

White with #86BB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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