#9BAD97

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

Shades of Mantle #9BAD97

Tints of Mantle #9BAD97

Color information

#9BAD97 (or 0x9BAD97) is unknown color: approx Mantle. HEX triplet: 9B, AD and 97. RGB value is (155,173,151). Sum of RGB (Red+Green+Blue) = 155+173+151=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD97 is #645268. Grayscale: #A5A5A5. Windows color (decimal): -6574697 or 9940379. OLE color: 9940379.

HSL color Cylindrical-coordinate representation of color #9BAD97: hue angle of 109.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BAD97 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB155173151-
CMYK0.1000.130.32
HSL109.09º11.83%63.53%-
HSV(B)109.09º12.72%67.84%-
XYZ34.0539.0935.03-
YUV165.11120.04120.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 151 (59.38% from 255) = 31.52%
R=32.36%
G=36.12%
B=31.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551731510.1000.130.32109.0911.8363.53
Hex9BAD97A0D206dc40
Octal233255227120154015514100
Binary100110111010110110010111101001101100000110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,173,151); }

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

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

 a { background-color: rgb(155,173,151); }

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

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

 span { border-color: rgb(155,173,151); }

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