#9BAA96

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

Shades of Mantle #9BAA96

Tints of Mantle #9BAA96

Color information

#9BAA96 (or 0x9BAA96) is unknown color: approx Mantle. HEX triplet: 9B, AA and 96. RGB value is (155,170,150). Sum of RGB (Red+Green+Blue) = 155+170+150=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA96 is #645569. Grayscale: #A3A3A3. Windows color (decimal): -6575466 or 9874075. OLE color: 9874075.

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

Color convert

RGB155170150-
CMYK0.0900.120.33
HSL105º10.53%62.75%-
HSV(B)105º11.76%66.67%-
XYZ33.437.9234.41-
YUV163.23120.53122.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=32.63%
G=35.79%
B=31.58%

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
Decimal1551701500.0900.120.3310510.5362.75
Hex9BAA9690C2169b3f
Octal23325222611014411511377
Binary10011011101010101001011010010110010000111010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,150); }

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

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

 a { background-color: rgb(155,170,150); }

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

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

 span { border-color: rgb(155,170,150); }

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