#9BA895

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

Shades of Mantle #9BA895

Tints of Mantle #9BA895

Color information

#9BA895 (or 0x9BA895) is unknown color: approx Mantle. HEX triplet: 9B, A8 and 95. RGB value is (155,168,149). Sum of RGB (Red+Green+Blue) = 155+168+149=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA895 is #64576A. Grayscale: #A2A2A2. Windows color (decimal): -6575979 or 9808027. OLE color: 9808027.

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

Color convert

RGB155168149-
CMYK0.0800.110.34
HSL101.05º9.84%62.16%-
HSV(B)101.05º11.31%65.88%-
XYZ32.9537.1433.87-
YUV161.95120.69123.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=32.84%
G=35.59%
B=31.57%

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
Decimal1551681490.0800.110.34101.059.8462.16
Hex9BA89580B2265a3e
Octal23325022510013421451276
Binary10011011101010001001010110000101110001011001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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