#99A394

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

Shades of Mantle #99A394

Tints of Mantle #99A394

Color information

#99A394 (or 0x99A394) is unknown color: approx Mantle. HEX triplet: 99, A3 and 94. RGB value is (153,163,148). Sum of RGB (Red+Green+Blue) = 153+163+148=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 163 - color contains mainly: green. Hex color #99A394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A394 is #665C6B. Grayscale: #9E9E9E. Windows color (decimal): -6708332 or 9741209. OLE color: 9741209.

HSL color Cylindrical-coordinate representation of color #99A394: hue angle of 100º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A394 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB153163148-
CMYK0.0600.090.36
HSL100º7.54%60.98%-
HSV(B)100º9.2%63.92%-
XYZ31.5835.133.13-
YUV158.3122.19124.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=32.97%
G=35.13%
B=31.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531631480.0600.090.361007.5460.98
Hex99A394609246483d
Octal2312432246011441441075
Binary1001100110100011100101001100100110010011001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,163,148); }

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

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

 a { background-color: rgb(153,163,148); }

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

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

 span { border-color: rgb(153,163,148); }

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