#9BB096

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

Shades of Mantle #9BB096

Tints of Mantle #9BB096

Color information

#9BB096 (or 0x9BB096) is unknown color: approx Mantle. HEX triplet: 9B, B0 and 96. RGB value is (155,176,150). Sum of RGB (Red+Green+Blue) = 155+176+150=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB096 is #644F69. Grayscale: #A6A6A6. Windows color (decimal): -6573930 or 9875611. OLE color: 9875611.

HSL color Cylindrical-coordinate representation of color #9BB096: hue angle of 108.46º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BB096 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB155176150-
CMYK0.1200.150.31
HSL108.46º14.13%63.92%-
HSV(B)108.46º14.77%69.02%-
XYZ34.5540.2234.8-
YUV166.76118.54119.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=32.22%
G=36.59%
B=31.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551761500.1200.150.31108.4614.1363.92
Hex9BB096C0F1F6ce40
Octal233260226140173715416100
Binary10011011101100001001011011000111111111110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,150); }

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

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

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

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

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

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

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