#9BAC9B

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

Shades of Mantle #9BAC9B

Tints of Mantle #9BAC9B

Color information

#9BAC9B (or 0x9BAC9B) is unknown color: approx Mantle. HEX triplet: 9B, AC and 9B. RGB value is (155,172,155). Sum of RGB (Red+Green+Blue) = 155+172+155=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC9B is #645364. Grayscale: #A5A5A5. Windows color (decimal): -6574949 or 10202267. OLE color: 10202267.

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

Color convert

RGB155172155-
CMYK0.1000.100.33
HSL120º9.29%64.12%-
HSV(B)120º9.88%67.45%-
XYZ34.1938.8436.71-
YUV164.98122.37120.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=32.16%
G=35.68%
B=32.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721550.1000.100.331209.2964.12
Hex9BAC9BA0A2178940
Octal233254233120124117011100
Binary100110111010110010011011101001010100001111100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,155); }

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

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

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

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

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

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

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