Html Css Color HEX #86BC53 Mantis

📋 copy color: '#86BC53'

red 134 ◦ green 188 ◦ blue 83

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

Shades of Mantis #86BC53

Tints of Mantis #86BC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.49%

R = 33.09%
G = 46.42%
B = 20.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#86BC53 (or 0x86BC53) is known color: Mantis. HEX triplet: 86, BC and 53. RGB value is (134,188,83). Sum of RGB (Red+Green+Blue) = 134+188+83=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC53 is #7943AC. Grayscale: #A0A0A0. Windows color (decimal): -7947181 or 5487750. OLE color: 5487750.

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

Color convert

RGB 134 188 83 -
CMYK 0.29 0 0.56 0.26
HSL 90.86º 0.44% 0.53% -
HSV(B) 90.86º 0.56% 0.74% -
XYZ 29.38 41.66 14.68 -
YUV 159.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 134 188 83 0.29 0 0.56 0.26 90.86 0.44 0.53
Hex 86 BC 53 1D 0 38 1A 5B 2C 35
Octal 206 274 123 35 0 70 32 133 54 65
Binary 10000110 10111100 1010011 11101 0 111000 11010 1011011 101100 110101

Color Harmonies of #86BC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC53

Black with #86BC53

Text Example


Text Example

White with #86BC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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