#99B497

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

Shades of Mantle #99B497

Tints of Mantle #99B497

Color information

#99B497 (or 0x99B497) is unknown color: approx Mantle. HEX triplet: 99, B4 and 97. RGB value is (153,180,151). Sum of RGB (Red+Green+Blue) = 153+180+151=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #99B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B497 is #664B68. Grayscale: #A8A8A8. Windows color (decimal): -6703977 or 9942169. OLE color: 9942169.

HSL color Cylindrical-coordinate representation of color #99B497: hue angle of 115.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B497 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB153180151-
CMYK0.1500.160.29
HSL115.86º16.2%64.9%-
HSV(B)115.86º16.11%70.59%-
XYZ35.0441.6535.47-
YUV168.62118.05116.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=31.61%
G=37.19%
B=31.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801510.1500.160.29115.8616.264.9
Hex99B497F0101D741041
Octal231264227170203516420101
Binary1001100110110100100101111111010000111011110100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B497; }

 p { color: rgb(153,180,151); }

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

<style>
 a { background-color: #99B497; }

 a { background-color: rgb(153,180,151); }

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

<style>
 span { border-color: #99B497; }

 span { border-color: rgb(153,180,151); }

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