Shades of Green Smoke #99A35B
Tints of Green Smoke #99A35B
RGB
CMYK
RGB Variations
Color information
#99A35B (or 0x99A35B) is known color: Green Smoke. HEX triplet: 99, A3 and 5B. RGB value is (153,163,91). Sum of RGB (Red+Green+Blue) = 153+163+91=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #99A35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A35B is #665CA4. Grayscale: #989898. Windows color (decimal): -6708389 or 6005657. OLE color: 6005657.
HSL color Cylindrical-coordinate representation of color #99A35B: hue angle of 68.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99A35B is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 91 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.36 |
| HSL | 68.33º | 0.28% | 0.5% | - |
| HSV(B) | 68.33º | 0.44% | 0.64% | - |
| XYZ | 28.12 | 33.72 | 14.92 | - |
| YUV | 151.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 91 | 0.06 | 0 | 0.44 | 0.36 | 68.33 | 0.28 | 0.5 |
| Hex | 99 | A3 | 5B | 6 | 0 | 2C | 24 | 44 | 1C | 32 |
| Octal | 231 | 243 | 133 | 6 | 0 | 54 | 44 | 104 | 34 | 62 |
| Binary | 10011001 | 10100011 | 1011011 | 110 | 0 | 101100 | 100100 | 1000100 | 11100 | 110010 |
Color Harmonies of #99A35B
Complementary color
Monochromatic Colors of #99A35B
Black with #99A35B
Text Example
Text Example
White with #99A35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A35B; }
p { color: rgb(153,163,91); }
H1.HeaderClassName
{
color: #99A35B;
}
.AnyTagClassName
{
color: #99A35B;
}
</style>
background-color css
<style>
a { background-color: #99A35B; }
a { background-color: rgb(153,163,91); }
div.DivClassName
{
background-color: #99A35B;
}
.BgClassName
{
background-color: #99A35B;
}
</style>
border-color css
<style>
span { border-color: #99A35B; }
span { border-color: rgb(153,163,91); }
td.TdClassName
{
border-color: #99A35B;
}
.TagClassName
{
border-color: #99A35B;
}
</style>