#99B495

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

Shades of Mantle #99B495

Tints of Mantle #99B495

Color information

#99B495 (or 0x99B495) is unknown color: approx Mantle. HEX triplet: 99, B4 and 95. RGB value is (153,180,149). Sum of RGB (Red+Green+Blue) = 153+180+149=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #99B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B495 is #664B6A. Grayscale: #A8A8A8. Windows color (decimal): -6703979 or 9811097. OLE color: 9811097.

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

Color convert

RGB153180149-
CMYK0.1500.170.29
HSL112.26º17.13%64.51%-
HSV(B)112.26º17.22%70.59%-
XYZ34.8841.5834.62-
YUV168.39117.05117.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=31.74%
G=37.34%
B=30.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801490.1500.170.29112.2617.1364.51
Hex99B495F0111D701141
Octal231264225170213516021101
Binary1001100110110100100101011111010001111011110000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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