#9BAC94

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

Shades of Mantle #9BAC94

Tints of Mantle #9BAC94

Color information

#9BAC94 (or 0x9BAC94) is unknown color: approx Mantle. HEX triplet: 9B, AC and 94. RGB value is (155,172,148). Sum of RGB (Red+Green+Blue) = 155+172+148=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC94 is #64536B. Grayscale: #A4A4A4. Windows color (decimal): -6574956 or 9743515. OLE color: 9743515.

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

Color convert

RGB155172148-
CMYK0.1000.140.33
HSL102.5º12.63%62.75%-
HSV(B)102.5º13.95%67.45%-
XYZ33.6238.6133.7-
YUV164.18118.87121.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=32.63%
G=36.21%
B=31.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721480.1000.140.33102.512.6362.75
Hex9BAC94A0E2166d3f
Octal23325422412016411461577
Binary10011011101011001001010010100111010000111001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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