Shades of Green Smoke #99A153
Tints of Green Smoke #99A153
RGB
CMYK
RGB Variations
Color information
#99A153 (or 0x99A153) is known color: Green Smoke. HEX triplet: 99, A1 and 53. RGB value is (153,161,83). Sum of RGB (Red+Green+Blue) = 153+161+83=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #99A153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A153 is #665EAC. Grayscale: #969696. Windows color (decimal): -6708909 or 5480857. OLE color: 5480857.
HSL color Cylindrical-coordinate representation of color #99A153: hue angle of 66.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99A153 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 83 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.37 |
| HSL | 66.15º | 0.32% | 0.48% | - |
| HSV(B) | 66.15º | 0.48% | 0.63% | - |
| XYZ | 27.44 | 32.89 | 13.08 | - |
| YUV | 149.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 83 | 0.05 | 0 | 0.48 | 0.37 | 66.15 | 0.32 | 0.48 |
| Hex | 99 | A1 | 53 | 5 | 0 | 30 | 25 | 42 | 20 | 30 |
| Octal | 231 | 241 | 123 | 5 | 0 | 60 | 45 | 102 | 40 | 60 |
| Binary | 10011001 | 10100001 | 1010011 | 101 | 0 | 110000 | 100101 | 1000010 | 100000 | 110000 |
Color Harmonies of #99A153
Complementary color
Monochromatic Colors of #99A153
Black with #99A153
Text Example
Text Example
White with #99A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A153; }
p { color: rgb(153,161,83); }
H1.HeaderClassName
{
color: #99A153;
}
.AnyTagClassName
{
color: #99A153;
}
</style>
background-color css
<style>
a { background-color: #99A153; }
a { background-color: rgb(153,161,83); }
div.DivClassName
{
background-color: #99A153;
}
.BgClassName
{
background-color: #99A153;
}
</style>
border-color css
<style>
span { border-color: #99A153; }
span { border-color: rgb(153,161,83); }
td.TdClassName
{
border-color: #99A153;
}
.TagClassName
{
border-color: #99A153;
}
</style>