Shades of Green Smoke #9BA963
Tints of Green Smoke #9BA963
RGB
CMYK
RGB Variations
Color information
#9BA963 (or 0x9BA963) is known color: Green Smoke. HEX triplet: 9B, A9 and 63. RGB value is (155,169,99). Sum of RGB (Red+Green+Blue) = 155+169+99=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA963 is #64569C. Grayscale: #9D9D9D. Windows color (decimal): -6575773 or 6531483. OLE color: 6531483.
HSL color Cylindrical-coordinate representation of color #9BA963: hue angle of 72º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BA963 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 99 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.34 |
| HSL | 72º | 0.29% | 0.53% | - |
| HSV(B) | 72º | 0.41% | 0.66% | - |
| XYZ | 29.96 | 36.25 | 17.22 | - |
| YUV | 156.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 99 | 0.08 | 0 | 0.41 | 0.34 | 72 | 0.29 | 0.53 |
| Hex | 9B | A9 | 63 | 8 | 0 | 29 | 22 | 48 | 1D | 35 |
| Octal | 233 | 251 | 143 | 10 | 0 | 51 | 42 | 110 | 35 | 65 |
| Binary | 10011011 | 10101001 | 1100011 | 1000 | 0 | 101001 | 100010 | 1001000 | 11101 | 110101 |
Color Harmonies of #9BA963
Complementary color
Monochromatic Colors of #9BA963
Black with #9BA963
Text Example
Text Example
White with #9BA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA963; }
p { color: rgb(155,169,99); }
H1.HeaderClassName
{
color: #9BA963;
}
.AnyTagClassName
{
color: #9BA963;
}
</style>
background-color css
<style>
a { background-color: #9BA963; }
a { background-color: rgb(155,169,99); }
div.DivClassName
{
background-color: #9BA963;
}
.BgClassName
{
background-color: #9BA963;
}
</style>
border-color css
<style>
span { border-color: #9BA963; }
span { border-color: rgb(155,169,99); }
td.TdClassName
{
border-color: #9BA963;
}
.TagClassName
{
border-color: #9BA963;
}
</style>