Shades of Green Smoke #9BAC52
Tints of Green Smoke #9BAC52
RGB
CMYK
RGB Variations
Color information
#9BAC52 (or 0x9BAC52) is known color: Green Smoke. HEX triplet: 9B, AC and 52. RGB value is (155,172,82). Sum of RGB (Red+Green+Blue) = 155+172+82=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC52 is #6453AD. Grayscale: #9D9D9D. Windows color (decimal): -6575022 or 5418139. OLE color: 5418139.
HSL color Cylindrical-coordinate representation of color #9BAC52: hue angle of 71.33º 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 #9BAC52 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 82 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.33 |
| HSL | 71.33º | 0.35% | 0.5% | - |
| HSV(B) | 71.33º | 0.52% | 0.67% | - |
| XYZ | 29.79 | 37.08 | 13.57 | - |
| YUV | 156.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 82 | 0.10 | 0 | 0.52 | 0.33 | 71.33 | 0.35 | 0.5 |
| Hex | 9B | AC | 52 | A | 0 | 34 | 21 | 47 | 23 | 32 |
| Octal | 233 | 254 | 122 | 12 | 0 | 64 | 41 | 107 | 43 | 62 |
| Binary | 10011011 | 10101100 | 1010010 | 1010 | 0 | 110100 | 100001 | 1000111 | 100011 | 110010 |
Color Harmonies of #9BAC52
Complementary color
Monochromatic Colors of #9BAC52
Black with #9BAC52
Text Example
Text Example
White with #9BAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC52; }
p { color: rgb(155,172,82); }
H1.HeaderClassName
{
color: #9BAC52;
}
.AnyTagClassName
{
color: #9BAC52;
}
</style>
background-color css
<style>
a { background-color: #9BAC52; }
a { background-color: rgb(155,172,82); }
div.DivClassName
{
background-color: #9BAC52;
}
.BgClassName
{
background-color: #9BAC52;
}
</style>
border-color css
<style>
span { border-color: #9BAC52; }
span { border-color: rgb(155,172,82); }
td.TdClassName
{
border-color: #9BAC52;
}
.TagClassName
{
border-color: #9BAC52;
}
</style>