Html Css Color HEX #86A882 Mantle

📋 copy color: '#86A882'

red 134 ◦ green 168 ◦ blue 130

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

Shades of Mantle #86A882

Tints of Mantle #86A882

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 31.02%
G = 38.89%
B = 30.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#86A882 (or 0x86A882) is known color: Mantle. HEX triplet: 86, A8 and 82. RGB value is (134,168,130). Sum of RGB (Red+Green+Blue) = 134+168+130=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #86A882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A882 is #79577D. Grayscale: #999999. Windows color (decimal): -7952254 or 8562822. OLE color: 8562822.

HSL color Cylindrical-coordinate representation of color #86A882: hue angle of 113.68º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86A882 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 168 130 -
CMYK 0.20 0 0.23 0.34
HSL 113.68º 0.18% 0.58% -
HSV(B) 113.68º 0.23% 0.66% -
XYZ 27.86 34.69 26.35 -
YUV 153.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 134 168 130 0.20 0 0.23 0.34 113.68 0.18 0.58
Hex 86 A8 82 14 0 17 22 72 12 3A
Octal 206 250 202 24 0 27 42 162 22 72
Binary 10000110 10101000 10000010 10100 0 10111 100010 1110010 10010 111010

Color Harmonies of #86A882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A882

Black with #86A882

Text Example


Text Example

White with #86A882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,168,130); }

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

background-color css

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

 a { background-color: rgb(134,168,130); }

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

border-color css

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

 span { border-color: rgb(134,168,130); }

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