Shades of Green Smoke #99A149
Tints of Green Smoke #99A149
RGB
CMYK
RGB Variations
Color information
#99A149 (or 0x99A149) is known color: Green Smoke. HEX triplet: 99, A1 and 49. RGB value is (153,161,73). Sum of RGB (Red+Green+Blue) = 153+161+73=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #99A149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A149 is #665EB6. Grayscale: #949494. Windows color (decimal): -6708919 or 4825497. OLE color: 4825497.
HSL color Cylindrical-coordinate representation of color #99A149: hue angle of 65.45º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99A149 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 73 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.37 |
| HSL | 65.45º | 0.38% | 0.46% | - |
| HSV(B) | 65.45º | 0.55% | 0.63% | - |
| XYZ | 27.08 | 32.74 | 11.2 | - |
| YUV | 148.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 73 | 0.05 | 0 | 0.55 | 0.37 | 65.45 | 0.38 | 0.46 |
| Hex | 99 | A1 | 49 | 5 | 0 | 37 | 25 | 41 | 26 | 2E |
| Octal | 231 | 241 | 111 | 5 | 0 | 67 | 45 | 101 | 46 | 56 |
| Binary | 10011001 | 10100001 | 1001001 | 101 | 0 | 110111 | 100101 | 1000001 | 100110 | 101110 |
Color Harmonies of #99A149
Complementary color
Monochromatic Colors of #99A149
Black with #99A149
Text Example
Text Example
White with #99A149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A149; }
p { color: rgb(153,161,73); }
H1.HeaderClassName
{
color: #99A149;
}
.AnyTagClassName
{
color: #99A149;
}
</style>
background-color css
<style>
a { background-color: #99A149; }
a { background-color: rgb(153,161,73); }
div.DivClassName
{
background-color: #99A149;
}
.BgClassName
{
background-color: #99A149;
}
</style>
border-color css
<style>
span { border-color: #99A149; }
span { border-color: rgb(153,161,73); }
td.TdClassName
{
border-color: #99A149;
}
.TagClassName
{
border-color: #99A149;
}
</style>