Html Css Color HEX #86BA5E Mantis

📋 copy color: '#86BA5E'

red 134 ◦ green 186 ◦ blue 94

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

Shades of Mantis #86BA5E

Tints of Mantis #86BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 32.37%
G = 44.93%
B = 22.71%

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

#86BA5E (or 0x86BA5E) is known color: Mantis. HEX triplet: 86, BA and 5E. RGB value is (134,186,94). Sum of RGB (Red+Green+Blue) = 134+186+94=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA5E is #7945A1. Grayscale: #A0A0A0. Windows color (decimal): -7947682 or 6208134. OLE color: 6208134.

HSL color Cylindrical-coordinate representation of color #86BA5E: hue angle of 93.91º 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 #86BA5E is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 94 -
CMYK 0.28 0 0.49 0.27
HSL 93.91º 0.4% 0.55% -
HSV(B) 93.91º 0.49% 0.73% -
XYZ 29.41 40.99 16.95 -
YUV 159.96 90.77 109.48 -
System Red Green Blue C M Y K H S L
Decimal 134 186 94 0.28 0 0.49 0.27 93.91 0.4 0.55
Hex 86 BA 5E 1C 0 31 1B 5E 28 37
Octal 206 272 136 34 0 61 33 136 50 67
Binary 10000110 10111010 1011110 11100 0 110001 11011 1011110 101000 110111

Color Harmonies of #86BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA5E

Black with #86BA5E

Text Example


Text Example

White with #86BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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