Html Css Color HEX #86BA51 Mantis

📋 copy color: '#86BA51'

red 134 ◦ green 186 ◦ blue 81

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

Shades of Mantis #86BA51

Tints of Mantis #86BA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 33.42%
G = 46.38%
B = 20.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#86BA51 (or 0x86BA51) is known color: Mantis. HEX triplet: 86, BA and 51. RGB value is (134,186,81). Sum of RGB (Red+Green+Blue) = 134+186+81=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA51 is #7945AE. Grayscale: #9E9E9E. Windows color (decimal): -7947695 or 5356166. OLE color: 5356166.

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

Color convert

RGB 134 186 81 -
CMYK 0.28 0 0.56 0.27
HSL 89.71º 0.43% 0.52% -
HSV(B) 89.71º 0.56% 0.73% -
XYZ 28.88 40.78 14.13 -
YUV 158.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 134 186 81 0.28 0 0.56 0.27 89.71 0.43 0.52
Hex 86 BA 51 1C 0 38 1B 5A 2B 34
Octal 206 272 121 34 0 70 33 132 53 64
Binary 10000110 10111010 1010001 11100 0 111000 11011 1011010 101011 110100

Color Harmonies of #86BA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA51

Black with #86BA51

Text Example


Text Example

White with #86BA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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