Html Css Color HEX #9DA49C Mantle

📋 copy color: '#9DA49C'

red 157 ◦ green 164 ◦ blue 156

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

Shades of Mantle #9DA49C

Tints of Mantle #9DA49C

RGB

 RED value IS 157 (61.72% from 255) = 32.91%

 GREEN value IS 164 (64.45% from 255) = 34.38%

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 32.91%
G = 34.38%
B = 32.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#9DA49C (or 0x9DA49C) is known color: Mantle. HEX triplet: 9D, A4 and 9C. RGB value is (157,164,156). Sum of RGB (Red+Green+Blue) = 157+164+156=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA49C is #625B63. Grayscale: #A1A1A1. Windows color (decimal): -6445924 or 10265757. OLE color: 10265757.

HSL color Cylindrical-coordinate representation of color #9DA49C: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9DA49C is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 164 156 -
CMYK 0.04 0 0.05 0.36
HSL 112.5º 0.04% 0.63% -
HSV(B) 112.5º 0.05% 0.64% -
XYZ 33.18 36.12 36.68 -
YUV 161 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 157 164 156 0.04 0 0.05 0.36 112.5 0.04 0.63
Hex 9D A4 9C 4 0 5 24 70 4 3F
Octal 235 244 234 4 0 5 44 160 4 77
Binary 10011101 10100100 10011100 100 0 101 100100 1110000 100 111111

Color Harmonies of #9DA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA49C

Black with #9DA49C

Text Example


Text Example

White with #9DA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DA49C; }

 p { color: rgb(157,164,156); }

 H1.HeaderClassName
 {
   color: #9DA49C;
 }
 .AnyTagClassName
 {
   color: #9DA49C;
 }
</style>

background-color css

<style>
 a { background-color: #9DA49C; }

 a { background-color: rgb(157,164,156); }

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

border-color css

<style>
 span { border-color: #9DA49C; }

 span { border-color: rgb(157,164,156); }

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