#99AD95

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

Shades of Mantle #99AD95

Tints of Mantle #99AD95

Color information

#99AD95 (or 0x99AD95) is unknown color: approx Mantle. HEX triplet: 99, AD and 95. RGB value is (153,173,149). Sum of RGB (Red+Green+Blue) = 153+173+149=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD95 is #66526A. Grayscale: #A4A4A4. Windows color (decimal): -6705771 or 9809305. OLE color: 9809305.

HSL color Cylindrical-coordinate representation of color #99AD95: hue angle of 110º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99AD95 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB153173149-
CMYK0.1200.140.32
HSL110º12.77%63.14%-
HSV(B)110º13.87%67.84%-
XYZ33.5138.8334.16-
YUV164.28119.37119.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=32.21%
G=36.42%
B=31.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531731490.1200.140.3211012.7763.14
Hex99AD95C0E206ed3f
Octal23125522514016401561577
Binary10011001101011011001010111000111010000011011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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