Shades of Green Smoke #99AA5B
Tints of Green Smoke #99AA5B
RGB
CMYK
RGB Variations
Color information
#99AA5B (or 0x99AA5B) is known color: Green Smoke. HEX triplet: 99, AA and 5B. RGB value is (153,170,91). Sum of RGB (Red+Green+Blue) = 153+170+91=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA5B is #6655A4. Grayscale: #9C9C9C. Windows color (decimal): -6706597 or 6007449. OLE color: 6007449.
HSL color Cylindrical-coordinate representation of color #99AA5B: hue angle of 72.91º degrees, saturation: 0.32, 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 #99AA5B is Cyan = 0.1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 91 | - |
| CMYK | 0.1 | 0 | 0.46 | 0.33 |
| HSL | 72.91º | 0.32% | 0.51% | - |
| HSV(B) | 72.91º | 0.46% | 0.67% | - |
| XYZ | 29.4 | 36.28 | 15.35 | - |
| YUV | 155.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 91 | 0.1 | 0 | 0.46 | 0.33 | 72.91 | 0.32 | 0.51 |
| Hex | 99 | AA | 5B | A | 0 | 2E | 21 | 49 | 20 | 33 |
| Octal | 231 | 252 | 133 | 12 | 0 | 56 | 41 | 111 | 40 | 63 |
| Binary | 10011001 | 10101010 | 1011011 | 1010 | 0 | 101110 | 100001 | 1001001 | 100000 | 110011 |
Color Harmonies of #99AA5B
Complementary color
Monochromatic Colors of #99AA5B
Black with #99AA5B
Text Example
Text Example
White with #99AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA5B; }
p { color: rgb(153,170,91); }
H1.HeaderClassName
{
color: #99AA5B;
}
.AnyTagClassName
{
color: #99AA5B;
}
</style>
background-color css
<style>
a { background-color: #99AA5B; }
a { background-color: rgb(153,170,91); }
div.DivClassName
{
background-color: #99AA5B;
}
.BgClassName
{
background-color: #99AA5B;
}
</style>
border-color css
<style>
span { border-color: #99AA5B; }
span { border-color: rgb(153,170,91); }
td.TdClassName
{
border-color: #99AA5B;
}
.TagClassName
{
border-color: #99AA5B;
}
</style>