Html Css Color HEX #86C156 Mantis

📋 copy color: '#86C156'

red 134 ◦ green 193 ◦ blue 86

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

Shades of Mantis #86C156

Tints of Mantis #86C156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.73%

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 32.45%
G = 46.73%
B = 20.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#86C156 (or 0x86C156) is known color: Mantis. HEX triplet: 86, C1 and 56. RGB value is (134,193,86). Sum of RGB (Red+Green+Blue) = 134+193+86=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #86C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C156 is #793EA9. Grayscale: #A3A3A3. Windows color (decimal): -7945898 or 5685638. OLE color: 5685638.

HSL color Cylindrical-coordinate representation of color #86C156: hue angle of 93.08º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86C156 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 193 86 -
CMYK 0.31 0 0.55 0.24
HSL 93.08º 0.46% 0.55% -
HSV(B) 93.08º 0.55% 0.76% -
XYZ 30.58 43.88 15.66 -
YUV 163.16 84.45 107.2 -
System Red Green Blue C M Y K H S L
Decimal 134 193 86 0.31 0 0.55 0.24 93.08 0.46 0.55
Hex 86 C1 56 1F 0 37 18 5D 2E 37
Octal 206 301 126 37 0 67 30 135 56 67
Binary 10000110 11000001 1010110 11111 0 110111 11000 1011101 101110 110111

Color Harmonies of #86C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C156

Black with #86C156

Text Example


Text Example

White with #86C156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,193,86); }

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

background-color css

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

 a { background-color: rgb(134,193,86); }

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

border-color css

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

 span { border-color: rgb(134,193,86); }

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