Html Css Color HEX #86AA83 Mantle

📋 copy color: '#86AA83'

red 134 ◦ green 170 ◦ blue 131

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

Shades of Mantle #86AA83

Tints of Mantle #86AA83

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.08%

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 30.8%
G = 39.08%
B = 30.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#86AA83 (or 0x86AA83) is known color: Mantle. HEX triplet: 86, AA and 83. RGB value is (134,170,131). Sum of RGB (Red+Green+Blue) = 134+170+131=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AA83 is #79557C. Grayscale: #9A9A9A. Windows color (decimal): -7951741 or 8628870. OLE color: 8628870.

HSL color Cylindrical-coordinate representation of color #86AA83: hue angle of 115.38º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AA83 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 131 -
CMYK 0.21 0 0.23 0.33
HSL 115.38º 0.19% 0.59% -
HSV(B) 115.38º 0.23% 0.67% -
XYZ 28.3 35.46 26.82 -
YUV 154.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 134 170 131 0.21 0 0.23 0.33 115.38 0.19 0.59
Hex 86 AA 83 15 0 17 21 73 13 3B
Octal 206 252 203 25 0 27 41 163 23 73
Binary 10000110 10101010 10000011 10101 0 10111 100001 1110011 10011 111011

Color Harmonies of #86AA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA83

Black with #86AA83

Text Example


Text Example

White with #86AA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,131); }

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

background-color css

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

 a { background-color: rgb(134,170,131); }

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

border-color css

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

 span { border-color: rgb(134,170,131); }

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