#9BA996

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

Shades of Mantle #9BA996

Tints of Mantle #9BA996

Color information

#9BA996 (or 0x9BA996) is unknown color: approx Mantle. HEX triplet: 9B, A9 and 96. RGB value is (155,169,150). Sum of RGB (Red+Green+Blue) = 155+169+150=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA996 is #645669. Grayscale: #A2A2A2. Windows color (decimal): -6575722 or 9873819. OLE color: 9873819.

HSL color Cylindrical-coordinate representation of color #9BA996: hue angle of 104.21º degrees, saturation: 0.1, 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 #9BA996 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB155169150-
CMYK0.0800.110.34
HSL104.21º9.95%62.55%-
HSV(B)104.21º11.24%66.27%-
XYZ33.2137.5534.35-
YUV162.65120.86122.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.70%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=32.70%
G=35.65%
B=31.65%

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
Decimal1551691500.0800.110.34104.219.9562.55
Hex9BA99680B2268a3f
Octal23325122610013421501277
Binary10011011101010011001011010000101110001011010001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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