Html Css Color HEX #86BC54 Mantis

📋 copy color: '#86BC54'

red 134 ◦ green 188 ◦ blue 84

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

Shades of Mantis #86BC54

Tints of Mantis #86BC54

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.31%

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

R = 33%
G = 46.31%
B = 20.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#86BC54 (or 0x86BC54) is known color: Mantis. HEX triplet: 86, BC and 54. RGB value is (134,188,84). Sum of RGB (Red+Green+Blue) = 134+188+84=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC54 is #7943AB. Grayscale: #A0A0A0. Windows color (decimal): -7947180 or 5553286. OLE color: 5553286.

HSL color Cylindrical-coordinate representation of color #86BC54: hue angle of 91.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86BC54 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 84 -
CMYK 0.29 0 0.55 0.26
HSL 91.15º 0.44% 0.53% -
HSV(B) 91.15º 0.55% 0.74% -
XYZ 29.41 41.67 14.88 -
YUV 160 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 134 188 84 0.29 0 0.55 0.26 91.15 0.44 0.53
Hex 86 BC 54 1D 0 37 1A 5B 2C 35
Octal 206 274 124 35 0 67 32 133 54 65
Binary 10000110 10111100 1010100 11101 0 110111 11010 1011011 101100 110101

Color Harmonies of #86BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC54

Black with #86BC54

Text Example


Text Example

White with #86BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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