#99A293

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

Shades of Mantle #99A293

Tints of Mantle #99A293

Color information

#99A293 (or 0x99A293) is unknown color: approx Mantle. HEX triplet: 99, A2 and 93. RGB value is (153,162,147). Sum of RGB (Red+Green+Blue) = 153+162+147=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 162 - color contains mainly: green. Hex color #99A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A293 is #665D6C. Grayscale: #9D9D9D. Windows color (decimal): -6708589 or 9675417. OLE color: 9675417.

HSL color Cylindrical-coordinate representation of color #99A293: hue angle of 96º degrees, saturation: 0.07, 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 #99A293 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB153162147-
CMYK0.0600.090.36
HSL96º7.46%60.59%-
HSV(B)96º9.26%63.53%-
XYZ31.3234.7232.65-
YUV157.6122.02124.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=33.12%
G=35.06%
B=31.82%

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
Decimal1531621470.0600.090.36967.4660.59
Hex99A293609246073d
Octal231242223601144140775
Binary100110011010001010010011110010011001001100000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,162,147); }

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

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

 a { background-color: rgb(153,162,147); }

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

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

 span { border-color: rgb(153,162,147); }

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