#9BB299

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

Shades of Mantle #9BB299

Tints of Mantle #9BB299

Color information

#9BB299 (or 0x9BB299) is unknown color: approx Mantle. HEX triplet: 9B, B2 and 99. RGB value is (155,178,153). Sum of RGB (Red+Green+Blue) = 155+178+153=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB299 is #644D66. Grayscale: #A8A8A8. Windows color (decimal): -6573415 or 10072731. OLE color: 10072731.

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

Color convert

RGB155178153-
CMYK0.1300.140.30
HSL115.2º13.97%64.9%-
HSV(B)115.2º14.04%69.8%-
XYZ35.1941.1136.22-
YUV168.27119.38118.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.89%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=31.89%
G=36.63%
B=31.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551781530.1300.140.30115.213.9764.9
Hex9BB299D0E1E73e41
Octal233262231150163616316101
Binary10011011101100101001100111010111011110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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