#9BB099

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

Shades of Mantle #9BB099

Tints of Mantle #9BB099

Color information

#9BB099 (or 0x9BB099) is unknown color: approx Mantle. HEX triplet: 9B, B0 and 99. RGB value is (155,176,153). Sum of RGB (Red+Green+Blue) = 155+176+153=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB099 is #644F66. Grayscale: #A7A7A7. Windows color (decimal): -6573927 or 10072219. OLE color: 10072219.

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

Color convert

RGB155176153-
CMYK0.1200.130.31
HSL114.78º12.71%64.51%-
HSV(B)114.78º13.07%69.02%-
XYZ34.7940.3236.09-
YUV167.1120.04119.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=32.02%
G=36.36%
B=31.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551761530.1200.130.31114.7812.7164.51
Hex9BB099C0D1F73d41
Octal233260231140153716315101
Binary10011011101100001001100111000110111111111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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