Shades of Green Smoke #9BAC54
Tints of Green Smoke #9BAC54
RGB
CMYK
RGB Variations
Color information
#9BAC54 (or 0x9BAC54) is known color: Green Smoke. HEX triplet: 9B, AC and 54. RGB value is (155,172,84). Sum of RGB (Red+Green+Blue) = 155+172+84=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC54 is #6453AB. Grayscale: #9D9D9D. Windows color (decimal): -6575020 or 5549211. OLE color: 5549211.
HSL color Cylindrical-coordinate representation of color #9BAC54: hue angle of 71.59º degrees, saturation: 0.35, 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 #9BAC54 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 84 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.33 |
| HSL | 71.59º | 0.35% | 0.5% | - |
| HSV(B) | 71.59º | 0.51% | 0.67% | - |
| XYZ | 29.87 | 37.11 | 13.98 | - |
| YUV | 156.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 84 | 0.10 | 0 | 0.51 | 0.33 | 71.59 | 0.35 | 0.5 |
| Hex | 9B | AC | 54 | A | 0 | 33 | 21 | 48 | 23 | 32 |
| Octal | 233 | 254 | 124 | 12 | 0 | 63 | 41 | 110 | 43 | 62 |
| Binary | 10011011 | 10101100 | 1010100 | 1010 | 0 | 110011 | 100001 | 1001000 | 100011 | 110010 |
Color Harmonies of #9BAC54
Complementary color
Monochromatic Colors of #9BAC54
Black with #9BAC54
Text Example
Text Example
White with #9BAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC54; }
p { color: rgb(155,172,84); }
H1.HeaderClassName
{
color: #9BAC54;
}
.AnyTagClassName
{
color: #9BAC54;
}
</style>
background-color css
<style>
a { background-color: #9BAC54; }
a { background-color: rgb(155,172,84); }
div.DivClassName
{
background-color: #9BAC54;
}
.BgClassName
{
background-color: #9BAC54;
}
</style>
border-color css
<style>
span { border-color: #9BAC54; }
span { border-color: rgb(155,172,84); }
td.TdClassName
{
border-color: #9BAC54;
}
.TagClassName
{
border-color: #9BAC54;
}
</style>