Html Css Color HEX #8CA986 Mantle

📋 copy color: '#8CA986'

red 140 ◦ green 169 ◦ blue 134

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

Shades of Mantle #8CA986

Tints of Mantle #8CA986

RGB

 RED value IS 140 (55.08% from 255) = 31.6%

 GREEN value IS 169 (66.41% from 255) = 38.15%

 BLUE value IS 134 (52.73% from 255) = 30.25%

R = 31.6%
G = 38.15%
B = 30.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#8CA986 (or 0x8CA986) is known color: Mantle. HEX triplet: 8C, A9 and 86. RGB value is (140,169,134). Sum of RGB (Red+Green+Blue) = 140+169+134=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA986 is #735679. Grayscale: #9C9C9C. Windows color (decimal): -7558778 or 8825228. OLE color: 8825228.

HSL color Cylindrical-coordinate representation of color #8CA986: hue angle of 109.71º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CA986 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 169 134 -
CMYK 0.17 0 0.21 0.34
HSL 109.71º 0.17% 0.59% -
HSV(B) 109.71º 0.21% 0.66% -
XYZ 29.31 35.67 27.9 -
YUV 156.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 140 169 134 0.17 0 0.21 0.34 109.71 0.17 0.59
Hex 8C A9 86 11 0 15 22 6E 11 3B
Octal 214 251 206 21 0 25 42 156 21 73
Binary 10001100 10101001 10000110 10001 0 10101 100010 1101110 10001 111011

Color Harmonies of #8CA986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA986

Black with #8CA986

Text Example


Text Example

White with #8CA986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CA986; }

 p { color: rgb(140,169,134); }

 H1.HeaderClassName
 {
   color: #8CA986;
 }
 .AnyTagClassName
 {
   color: #8CA986;
 }
</style>

background-color css

<style>
 a { background-color: #8CA986; }

 a { background-color: rgb(140,169,134); }

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

border-color css

<style>
 span { border-color: #8CA986; }

 span { border-color: rgb(140,169,134); }

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