#9BA995

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

Shades of Mantle #9BA995

Tints of Mantle #9BA995

Color information

#9BA995 (or 0x9BA995) is unknown color: approx Mantle. HEX triplet: 9B, A9 and 95. RGB value is (155,169,149). Sum of RGB (Red+Green+Blue) = 155+169+149=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA995 is #64566A. Grayscale: #A2A2A2. Windows color (decimal): -6575723 or 9808283. OLE color: 9808283.

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

Color convert

RGB155169149-
CMYK0.0800.120.34
HSL102º10.42%62.35%-
HSV(B)102º11.83%66.27%-
XYZ33.1337.5133.93-
YUV162.53120.36122.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=32.77%
G=35.73%
B=31.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551691490.0800.120.3410210.4262.35
Hex9BA99580C2266a3e
Octal23325122510014421461276
Binary10011011101010011001010110000110010001011001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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