#9CB099

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

Shades of Mantle #9CB099

Tints of Mantle #9CB099

Color information

#9CB099 (or 0x9CB099) is unknown color: approx Mantle. HEX triplet: 9C, B0 and 99. RGB value is (156,176,153). Sum of RGB (Red+Green+Blue) = 156+176+153=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB099 is #634F66. Grayscale: #A7A7A7. Windows color (decimal): -6508391 or 10072220. OLE color: 10072220.

HSL color Cylindrical-coordinate representation of color #9CB099: hue angle of 112.17º 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 #9CB099 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB156176153-
CMYK0.1100.130.31
HSL112.17º12.71%64.51%-
HSV(B)112.17º13.07%69.02%-
XYZ34.9940.4236.09-
YUV167.4119.87119.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.16%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=32.16%
G=36.29%
B=31.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561761530.1100.130.31112.1712.7164.51
Hex9CB099B0D1F70d41
Octal234260231130153716015101
Binary10011100101100001001100110110110111111111000011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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