Html Css Color HEX #86C16C Mantis

📋 copy color: '#86C16C'

red 134 ◦ green 193 ◦ blue 108

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

Shades of Mantis #86C16C

Tints of Mantis #86C16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 30.8%
G = 44.37%
B = 24.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#86C16C (or 0x86C16C) is known color: Mantis. HEX triplet: 86, C1 and 6C. RGB value is (134,193,108). Sum of RGB (Red+Green+Blue) = 134+193+108=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #86C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C16C is #793E93. Grayscale: #A5A5A5. Windows color (decimal): -7945876 or 7127430. OLE color: 7127430.

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

Color convert

RGB 134 193 108 -
CMYK 0.31 0 0.44 0.24
HSL 101.65º 0.41% 0.59% -
HSV(B) 101.65º 0.44% 0.76% -
XYZ 31.61 44.29 21.07 -
YUV 165.67 95.45 105.41 -
System Red Green Blue C M Y K H S L
Decimal 134 193 108 0.31 0 0.44 0.24 101.65 0.41 0.59
Hex 86 C1 6C 1F 0 2C 18 66 29 3B
Octal 206 301 154 37 0 54 30 146 51 73
Binary 10000110 11000001 1101100 11111 0 101100 11000 1100110 101001 111011

Color Harmonies of #86C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C16C

Black with #86C16C

Text Example


Text Example

White with #86C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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