#9BAC93

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

Shades of Mantle #9BAC93

Tints of Mantle #9BAC93

Color information

#9BAC93 (or 0x9BAC93) is unknown color: approx Mantle. HEX triplet: 9B, AC and 93. RGB value is (155,172,147). Sum of RGB (Red+Green+Blue) = 155+172+147=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC93 is #64536C. Grayscale: #A4A4A4. Windows color (decimal): -6574957 or 9677979. OLE color: 9677979.

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

Color convert

RGB155172147-
CMYK0.1000.150.33
HSL100.8º13.09%62.55%-
HSV(B)100.8º14.53%67.45%-
XYZ33.5438.5833.28-
YUV164.07118.37121.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.70%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=32.70%
G=36.29%
B=31.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721470.1000.150.33100.813.0962.55
Hex9BAC93A0F2165d3f
Octal23325422312017411451577
Binary10011011101011001001001110100111110000111001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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