#9BA893

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

Shades of Mantle #9BA893

Tints of Mantle #9BA893

Color information

#9BA893 (or 0x9BA893) is unknown color: approx Mantle. HEX triplet: 9B, A8 and 93. RGB value is (155,168,147). Sum of RGB (Red+Green+Blue) = 155+168+147=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA893 is #64576C. Grayscale: #A1A1A1. Windows color (decimal): -6575981 or 9676955. OLE color: 9676955.

HSL color Cylindrical-coordinate representation of color #9BA893: hue angle of 97.14º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA893 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB155168147-
CMYK0.0800.130.34
HSL97.14º10.77%61.76%-
HSV(B)97.14º12.5%65.88%-
XYZ32.7937.0833.03-
YUV161.72119.69123.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.98%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=32.98%
G=35.74%
B=31.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551681470.0800.130.3497.1410.7761.76
Hex9BA89380D2261b3e
Octal23325022310015421411376
Binary10011011101010001001001110000110110001011000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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