#9DAC98

Color #9DAC98 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #9DAC98

Tints of Mantle #9DAC98

Color information

#9DAC98 (or 0x9DAC98) is unknown color: approx Mantle. HEX triplet: 9D, AC and 98. RGB value is (157,172,152). Sum of RGB (Red+Green+Blue) = 157+172+152=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC98 is #625367. Grayscale: #A5A5A5. Windows color (decimal): -6443880 or 10005661. OLE color: 10005661.

HSL color Cylindrical-coordinate representation of color #9DAC98: hue angle of 105º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DAC98 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB157172152-
CMYK0.0900.120.33
HSL105º10.75%63.53%-
HSV(B)105º11.63%67.45%-
XYZ34.3238.9435.41-
YUV165.24120.53122.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=32.64%
G=35.76%
B=31.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721520.0900.120.3310510.7563.53
Hex9DAC9890C2169b40
Octal235254230110144115113100
Binary100111011010110010011000100101100100001110100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,152); }

 H1.HeaderClassName
 {
   color: #9DAC98;
 }
 .AnyTagClassName
 {
   color: #9DAC98;
 }
</style>
background-color css

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

 a { background-color: rgb(157,172,152); }

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

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

 span { border-color: rgb(157,172,152); }

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