Html Css Color HEX #86BA57 Mantis

📋 copy color: '#86BA57'

red 134 ◦ green 186 ◦ blue 87

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

Shades of Mantis #86BA57

Tints of Mantis #86BA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.38%

R = 32.92%
G = 45.7%
B = 21.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#86BA57 (or 0x86BA57) is known color: Mantis. HEX triplet: 86, BA and 57. RGB value is (134,186,87). Sum of RGB (Red+Green+Blue) = 134+186+87=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA57 is #7945A8. Grayscale: #9F9F9F. Windows color (decimal): -7947689 or 5749382. OLE color: 5749382.

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

Color convert

RGB 134 186 87 -
CMYK 0.28 0 0.53 0.27
HSL 91.52º 0.42% 0.54% -
HSV(B) 91.52º 0.53% 0.73% -
XYZ 29.11 40.87 15.37 -
YUV 159.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 134 186 87 0.28 0 0.53 0.27 91.52 0.42 0.54
Hex 86 BA 57 1C 0 35 1B 5C 2A 36
Octal 206 272 127 34 0 65 33 134 52 66
Binary 10000110 10111010 1010111 11100 0 110101 11011 1011100 101010 110110

Color Harmonies of #86BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA57

Black with #86BA57

Text Example


Text Example

White with #86BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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