Shades of Green Smoke #9BAA54
Tints of Green Smoke #9BAA54
RGB
CMYK
RGB Variations
Color information
#9BAA54 (or 0x9BAA54) is known color: Green Smoke. HEX triplet: 9B, AA and 54. RGB value is (155,170,84). Sum of RGB (Red+Green+Blue) = 155+170+84=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA54 is #6455AB. Grayscale: #9C9C9C. Windows color (decimal): -6575532 or 5548699. OLE color: 5548699.
HSL color Cylindrical-coordinate representation of color #9BAA54: hue angle of 70.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BAA54 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 84 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.33 |
| HSL | 70.47º | 0.34% | 0.5% | - |
| HSV(B) | 70.47º | 0.51% | 0.67% | - |
| XYZ | 29.49 | 36.36 | 13.85 | - |
| YUV | 155.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 84 | 0.09 | 0 | 0.51 | 0.33 | 70.47 | 0.34 | 0.5 |
| Hex | 9B | AA | 54 | 9 | 0 | 33 | 21 | 46 | 22 | 32 |
| Octal | 233 | 252 | 124 | 11 | 0 | 63 | 41 | 106 | 42 | 62 |
| Binary | 10011011 | 10101010 | 1010100 | 1001 | 0 | 110011 | 100001 | 1000110 | 100010 | 110010 |
Color Harmonies of #9BAA54
Complementary color
Monochromatic Colors of #9BAA54
Black with #9BAA54
Text Example
Text Example
White with #9BAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA54; }
p { color: rgb(155,170,84); }
H1.HeaderClassName
{
color: #9BAA54;
}
.AnyTagClassName
{
color: #9BAA54;
}
</style>
background-color css
<style>
a { background-color: #9BAA54; }
a { background-color: rgb(155,170,84); }
div.DivClassName
{
background-color: #9BAA54;
}
.BgClassName
{
background-color: #9BAA54;
}
</style>
border-color css
<style>
span { border-color: #9BAA54; }
span { border-color: rgb(155,170,84); }
td.TdClassName
{
border-color: #9BAA54;
}
.TagClassName
{
border-color: #9BAA54;
}
</style>