#9BB199

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

Shades of Mantle #9BB199

Tints of Mantle #9BB199

Color information

#9BB199 (or 0x9BB199) is unknown color: approx Mantle. HEX triplet: 9B, B1 and 99. RGB value is (155,177,153). Sum of RGB (Red+Green+Blue) = 155+177+153=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB199 is #644E66. Grayscale: #A7A7A7. Windows color (decimal): -6573671 or 10072475. OLE color: 10072475.

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

Color convert

RGB155177153-
CMYK0.1200.140.31
HSL115º13.33%64.71%-
HSV(B)115º13.56%69.41%-
XYZ34.9940.7136.15-
YUV167.69119.71118.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=31.96%
G=36.49%
B=31.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551771530.1200.140.3111513.3364.71
Hex9BB199C0E1F73d41
Octal233261231140163716315101
Binary10011011101100011001100111000111011111111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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