#9BA997

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

Shades of Mantle #9BA997

Tints of Mantle #9BA997

Color information

#9BA997 (or 0x9BA997) is unknown color: approx Mantle. HEX triplet: 9B, A9 and 97. RGB value is (155,169,151). Sum of RGB (Red+Green+Blue) = 155+169+151=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA997 is #645668. Grayscale: #A2A2A2. Windows color (decimal): -6575721 or 9939355. OLE color: 9939355.

HSL color Cylindrical-coordinate representation of color #9BA997: hue angle of 106.67º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA997 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB155169151-
CMYK0.0800.110.34
HSL106.67º9.47%62.75%-
HSV(B)106.67º10.65%66.27%-
XYZ33.2937.5834.78-
YUV162.76121.36122.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=32.63%
G=35.58%
B=31.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551691510.0800.110.34106.679.4762.75
Hex9BA99780B226b93f
Octal23325122710013421531177
Binary10011011101010011001011110000101110001011010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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