Shades of Green Smoke #99AA5C
Tints of Green Smoke #99AA5C
RGB
CMYK
RGB Variations
Color information
#99AA5C (or 0x99AA5C) is known color: Green Smoke. HEX triplet: 99, AA and 5C. RGB value is (153,170,92). Sum of RGB (Red+Green+Blue) = 153+170+92=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA5C is #6655A3. Grayscale: #9C9C9C. Windows color (decimal): -6706596 or 6072985. OLE color: 6072985.
HSL color Cylindrical-coordinate representation of color #99AA5C: hue angle of 73.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99AA5C is Cyan = 0.1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 92 | - |
| CMYK | 0.1 | 0 | 0.46 | 0.33 |
| HSL | 73.08º | 0.31% | 0.51% | - |
| HSV(B) | 73.08º | 0.46% | 0.67% | - |
| XYZ | 29.44 | 36.29 | 15.58 | - |
| YUV | 156.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 92 | 0.1 | 0 | 0.46 | 0.33 | 73.08 | 0.31 | 0.51 |
| Hex | 99 | AA | 5C | A | 0 | 2E | 21 | 49 | 1F | 33 |
| Octal | 231 | 252 | 134 | 12 | 0 | 56 | 41 | 111 | 37 | 63 |
| Binary | 10011001 | 10101010 | 1011100 | 1010 | 0 | 101110 | 100001 | 1001001 | 11111 | 110011 |
Color Harmonies of #99AA5C
Complementary color
Monochromatic Colors of #99AA5C
Black with #99AA5C
Text Example
Text Example
White with #99AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA5C; }
p { color: rgb(153,170,92); }
H1.HeaderClassName
{
color: #99AA5C;
}
.AnyTagClassName
{
color: #99AA5C;
}
</style>
background-color css
<style>
a { background-color: #99AA5C; }
a { background-color: rgb(153,170,92); }
div.DivClassName
{
background-color: #99AA5C;
}
.BgClassName
{
background-color: #99AA5C;
}
</style>
border-color css
<style>
span { border-color: #99AA5C; }
span { border-color: rgb(153,170,92); }
td.TdClassName
{
border-color: #99AA5C;
}
.TagClassName
{
border-color: #99AA5C;
}
</style>