#99A395

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

Shades of Mantle #99A395

Tints of Mantle #99A395

Color information

#99A395 (or 0x99A395) is unknown color: approx Mantle. HEX triplet: 99, A3 and 95. RGB value is (153,163,149). Sum of RGB (Red+Green+Blue) = 153+163+149=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #99A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A395 is #665C6A. Grayscale: #9E9E9E. Windows color (decimal): -6708331 or 9806745. OLE color: 9806745.

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

Color convert

RGB153163149-
CMYK0.0600.090.36
HSL102.86º7.07%61.18%-
HSV(B)102.86º8.59%63.92%-
XYZ31.6635.1433.55-
YUV158.41122.69124.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.90%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=32.90%
G=35.05%
B=32.04%

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
Decimal1531631490.0600.090.36102.867.0761.18
Hex99A395609246773d
Octal231243225601144147775
Binary100110011010001110010101110010011001001100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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