Html Css Color HEX #86BC75 Mantis

📋 copy color: '#86BC75'

red 134 ◦ green 188 ◦ blue 117

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

Shades of Mantis #86BC75

Tints of Mantis #86BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 30.52%
G = 42.82%
B = 26.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#86BC75 (or 0x86BC75) is known color: Mantis. HEX triplet: 86, BC and 75. RGB value is (134,188,117). Sum of RGB (Red+Green+Blue) = 134+188+117=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC75 is #79438A. Grayscale: #A3A3A3. Windows color (decimal): -7947147 or 7715974. OLE color: 7715974.

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

Color convert

RGB 134 188 117 -
CMYK 0.29 0 0.38 0.26
HSL 105.63º 0.35% 0.6% -
HSV(B) 105.63º 0.38% 0.74% -
XYZ 31.03 42.32 23.36 -
YUV 163.76 101.61 106.77 -
System Red Green Blue C M Y K H S L
Decimal 134 188 117 0.29 0 0.38 0.26 105.63 0.35 0.6
Hex 86 BC 75 1D 0 26 1A 6A 23 3C
Octal 206 274 165 35 0 46 32 152 43 74
Binary 10000110 10111100 1110101 11101 0 100110 11010 1101010 100011 111100

Color Harmonies of #86BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC75

Black with #86BC75

Text Example


Text Example

White with #86BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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