Shades of Green Smoke #9BA459
Tints of Green Smoke #9BA459
RGB
CMYK
RGB Variations
Color information
#9BA459 (or 0x9BA459) is known color: Green Smoke. HEX triplet: 9B, A4 and 59. RGB value is (155,164,89). Sum of RGB (Red+Green+Blue) = 155+164+89=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA459 is #645BA6. Grayscale: #999999. Windows color (decimal): -6577063 or 5874843. OLE color: 5874843.
HSL color Cylindrical-coordinate representation of color #9BA459: hue angle of 67.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BA459 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 89 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.36 |
| HSL | 67.2º | 0.3% | 0.5% | - |
| HSV(B) | 67.2º | 0.46% | 0.64% | - |
| XYZ | 28.6 | 34.24 | 14.55 | - |
| YUV | 152.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 89 | 0.05 | 0 | 0.46 | 0.36 | 67.2 | 0.3 | 0.5 |
| Hex | 9B | A4 | 59 | 5 | 0 | 2E | 24 | 43 | 1E | 32 |
| Octal | 233 | 244 | 131 | 5 | 0 | 56 | 44 | 103 | 36 | 62 |
| Binary | 10011011 | 10100100 | 1011001 | 101 | 0 | 101110 | 100100 | 1000011 | 11110 | 110010 |
Color Harmonies of #9BA459
Complementary color
Monochromatic Colors of #9BA459
Black with #9BA459
Text Example
Text Example
White with #9BA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA459; }
p { color: rgb(155,164,89); }
H1.HeaderClassName
{
color: #9BA459;
}
.AnyTagClassName
{
color: #9BA459;
}
</style>
background-color css
<style>
a { background-color: #9BA459; }
a { background-color: rgb(155,164,89); }
div.DivClassName
{
background-color: #9BA459;
}
.BgClassName
{
background-color: #9BA459;
}
</style>
border-color css
<style>
span { border-color: #9BA459; }
span { border-color: rgb(155,164,89); }
td.TdClassName
{
border-color: #9BA459;
}
.TagClassName
{
border-color: #9BA459;
}
</style>