Shades of Green Smoke #9BAB52
Tints of Green Smoke #9BAB52
RGB
CMYK
RGB Variations
Color information
#9BAB52 (or 0x9BAB52) is known color: Green Smoke. HEX triplet: 9B, AB and 52. RGB value is (155,171,82). Sum of RGB (Red+Green+Blue) = 155+171+82=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB52 is #6454AD. Grayscale: #9C9C9C. Windows color (decimal): -6575278 or 5417883. OLE color: 5417883.
HSL color Cylindrical-coordinate representation of color #9BAB52: hue angle of 70.79º 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 #9BAB52 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 82 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.33 |
| HSL | 70.79º | 0.35% | 0.5% | - |
| HSV(B) | 70.79º | 0.52% | 0.67% | - |
| XYZ | 29.6 | 36.7 | 13.51 | - |
| YUV | 156.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 82 | 0.09 | 0 | 0.52 | 0.33 | 70.79 | 0.35 | 0.5 |
| Hex | 9B | AB | 52 | 9 | 0 | 34 | 21 | 47 | 23 | 32 |
| Octal | 233 | 253 | 122 | 11 | 0 | 64 | 41 | 107 | 43 | 62 |
| Binary | 10011011 | 10101011 | 1010010 | 1001 | 0 | 110100 | 100001 | 1000111 | 100011 | 110010 |
Color Harmonies of #9BAB52
Complementary color
Monochromatic Colors of #9BAB52
Black with #9BAB52
Text Example
Text Example
White with #9BAB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB52; }
p { color: rgb(155,171,82); }
H1.HeaderClassName
{
color: #9BAB52;
}
.AnyTagClassName
{
color: #9BAB52;
}
</style>
background-color css
<style>
a { background-color: #9BAB52; }
a { background-color: rgb(155,171,82); }
div.DivClassName
{
background-color: #9BAB52;
}
.BgClassName
{
background-color: #9BAB52;
}
</style>
border-color css
<style>
span { border-color: #9BAB52; }
span { border-color: rgb(155,171,82); }
td.TdClassName
{
border-color: #9BAB52;
}
.TagClassName
{
border-color: #9BAB52;
}
</style>