Html Css Color HEX #86BA54 Mantis

📋 copy color: '#86BA54'

red 134 ◦ green 186 ◦ blue 84

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

Shades of Mantis #86BA54

Tints of Mantis #86BA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.79%

R = 33.17%
G = 46.04%
B = 20.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#86BA54 (or 0x86BA54) is known color: Mantis. HEX triplet: 86, BA and 54. RGB value is (134,186,84). Sum of RGB (Red+Green+Blue) = 134+186+84=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA54 is #7945AB. Grayscale: #9F9F9F. Windows color (decimal): -7947692 or 5552774. OLE color: 5552774.

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

Color convert

RGB 134 186 84 -
CMYK 0.28 0 0.55 0.27
HSL 90.59º 0.43% 0.53% -
HSV(B) 90.59º 0.55% 0.73% -
XYZ 28.99 40.83 14.74 -
YUV 158.82 85.77 110.29 -
System Red Green Blue C M Y K H S L
Decimal 134 186 84 0.28 0 0.55 0.27 90.59 0.43 0.53
Hex 86 BA 54 1C 0 37 1B 5B 2A 35
Octal 206 272 124 34 0 67 33 133 52 65
Binary 10000110 10111010 1010100 11100 0 110111 11011 1011011 101010 110101

Color Harmonies of #86BA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA54

Black with #86BA54

Text Example


Text Example

White with #86BA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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