Html Css Color HEX #86BA75 Mantis

📋 copy color: '#86BA75'

red 134 ◦ green 186 ◦ blue 117

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

Shades of Mantis #86BA75

Tints of Mantis #86BA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

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

R = 30.66%
G = 42.56%
B = 26.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#86BA75 (or 0x86BA75) is known color: Mantis. HEX triplet: 86, BA and 75. RGB value is (134,186,117). Sum of RGB (Red+Green+Blue) = 134+186+117=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA75 is #79458A. Grayscale: #A2A2A2. Windows color (decimal): -7947659 or 7715462. OLE color: 7715462.

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

Color convert

RGB 134 186 117 -
CMYK 0.28 0 0.37 0.27
HSL 105.22º 0.33% 0.59% -
HSV(B) 105.22º 0.37% 0.73% -
XYZ 30.6 41.47 23.22 -
YUV 162.59 102.27 107.61 -
System Red Green Blue C M Y K H S L
Decimal 134 186 117 0.28 0 0.37 0.27 105.22 0.33 0.59
Hex 86 BA 75 1C 0 25 1B 69 21 3B
Octal 206 272 165 34 0 45 33 151 41 73
Binary 10000110 10111010 1110101 11100 0 100101 11011 1101001 100001 111011

Color Harmonies of #86BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA75

Black with #86BA75

Text Example


Text Example

White with #86BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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