#9BA799

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

Shades of Mantle #9BA799

Tints of Mantle #9BA799

Color information

#9BA799 (or 0x9BA799) is unknown color: approx Mantle. HEX triplet: 9B, A7 and 99. RGB value is (155,167,153). Sum of RGB (Red+Green+Blue) = 155+167+153=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA799 is #645866. Grayscale: #A1A1A1. Windows color (decimal): -6576231 or 10069915. OLE color: 10069915.

HSL color Cylindrical-coordinate representation of color #9BA799: hue angle of 111.43º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA799 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB155167153-
CMYK0.0700.080.35
HSL111.43º7.37%62.75%-
HSV(B)111.43º8.38%65.49%-
XYZ33.0936.9135.52-
YUV161.82123.02123.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=32.63%
G=35.16%
B=32.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551671530.0700.080.35111.437.3762.75
Hex9BA799708236f73f
Octal233247231701043157777
Binary100110111010011110011001111010001000111101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,167,153); }

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

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

 a { background-color: rgb(155,167,153); }

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

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

 span { border-color: rgb(155,167,153); }

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