#99A692

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

Shades of Mantle #99A692

Tints of Mantle #99A692

Color information

#99A692 (or 0x99A692) is unknown color: approx Mantle. HEX triplet: 99, A6 and 92. RGB value is (153,166,146). Sum of RGB (Red+Green+Blue) = 153+166+146=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 166 - color contains mainly: green. Hex color #99A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A692 is #66596D. Grayscale: #9F9F9F. Windows color (decimal): -6707566 or 9610905. OLE color: 9610905.

HSL color Cylindrical-coordinate representation of color #99A692: hue angle of 99º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A692 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB153166146-
CMYK0.0800.120.35
HSL99º10.1%61.18%-
HSV(B)99º12.05%65.1%-
XYZ31.9636.1232.48-
YUV159.83120.19123.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.90%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=32.90%
G=35.70%
B=31.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661460.0800.120.359910.161.18
Hex99A69280C2363a3d
Octal23124622210014431431275
Binary10011001101001101001001010000110010001111000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,166,146); }

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

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

 a { background-color: rgb(153,166,146); }

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

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

 span { border-color: rgb(153,166,146); }

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