Shades of Green Smoke #9BAC53
Tints of Green Smoke #9BAC53
RGB
CMYK
RGB Variations
Color information
#9BAC53 (or 0x9BAC53) is known color: Green Smoke. HEX triplet: 9B, AC and 53. RGB value is (155,172,83). Sum of RGB (Red+Green+Blue) = 155+172+83=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC53 is #6453AC. Grayscale: #9D9D9D. Windows color (decimal): -6575021 or 5483675. OLE color: 5483675.
HSL color Cylindrical-coordinate representation of color #9BAC53: hue angle of 71.46º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BAC53 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 83 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.33 |
| HSL | 71.46º | 0.35% | 0.5% | - |
| HSV(B) | 71.46º | 0.52% | 0.67% | - |
| XYZ | 29.83 | 37.1 | 13.77 | - |
| YUV | 156.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 83 | 0.10 | 0 | 0.52 | 0.33 | 71.46 | 0.35 | 0.5 |
| Hex | 9B | AC | 53 | A | 0 | 34 | 21 | 47 | 23 | 32 |
| Octal | 233 | 254 | 123 | 12 | 0 | 64 | 41 | 107 | 43 | 62 |
| Binary | 10011011 | 10101100 | 1010011 | 1010 | 0 | 110100 | 100001 | 1000111 | 100011 | 110010 |
Color Harmonies of #9BAC53
Complementary color
Monochromatic Colors of #9BAC53
Black with #9BAC53
Text Example
Text Example
White with #9BAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC53; }
p { color: rgb(155,172,83); }
H1.HeaderClassName
{
color: #9BAC53;
}
.AnyTagClassName
{
color: #9BAC53;
}
</style>
background-color css
<style>
a { background-color: #9BAC53; }
a { background-color: rgb(155,172,83); }
div.DivClassName
{
background-color: #9BAC53;
}
.BgClassName
{
background-color: #9BAC53;
}
</style>
border-color css
<style>
span { border-color: #9BAC53; }
span { border-color: rgb(155,172,83); }
td.TdClassName
{
border-color: #9BAC53;
}
.TagClassName
{
border-color: #9BAC53;
}
</style>