#9BAC92

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

Shades of Mantle #9BAC92

Tints of Mantle #9BAC92

Color information

#9BAC92 (or 0x9BAC92) is unknown color: approx Mantle. HEX triplet: 9B, AC and 92. RGB value is (155,172,146). Sum of RGB (Red+Green+Blue) = 155+172+146=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC92 is #64536D. Grayscale: #A4A4A4. Windows color (decimal): -6574958 or 9612443. OLE color: 9612443.

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

Color convert

RGB155172146-
CMYK0.1000.150.33
HSL99.23º13.54%62.35%-
HSV(B)99.23º15.12%67.45%-
XYZ33.4638.5532.87-
YUV163.95117.87121.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=32.77%
G=36.36%
B=30.87%

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
Decimal1551721460.1000.150.3399.2313.5462.35
Hex9BAC92A0F2163e3e
Octal23325422212017411431676
Binary10011011101011001001001010100111110000111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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