Shades of Green Smoke #9A9D56
Tints of Green Smoke #9A9D56
RGB
CMYK
RGB Variations
Color information
#9A9D56 (or 0x9A9D56) is known color: Green Smoke. HEX triplet: 9A, 9D and 56. RGB value is (154,157,86). Sum of RGB (Red+Green+Blue) = 154+157+86=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9D56 is #6562A9. Grayscale: #949494. Windows color (decimal): -6644394 or 5676442. OLE color: 5676442.
HSL color Cylindrical-coordinate representation of color #9A9D56: hue angle of 62.54º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A9D56 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 157 | 86 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.38 |
| HSL | 62.54º | 0.29% | 0.48% | - |
| HSV(B) | 62.54º | 0.45% | 0.62% | - |
| XYZ | 27.06 | 31.66 | 13.49 | - |
| YUV | 148.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 86 | 0.02 | 0 | 0.45 | 0.38 | 62.54 | 0.29 | 0.48 |
| Hex | 9A | 9D | 56 | 2 | 0 | 2D | 26 | 3F | 1D | 30 |
| Octal | 232 | 235 | 126 | 2 | 0 | 55 | 46 | 77 | 35 | 60 |
| Binary | 10011010 | 10011101 | 1010110 | 10 | 0 | 101101 | 100110 | 111111 | 11101 | 110000 |
Color Harmonies of #9A9D56
Complementary color
Monochromatic Colors of #9A9D56
Black with #9A9D56
Text Example
Text Example
White with #9A9D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9D56; }
p { color: rgb(154,157,86); }
H1.HeaderClassName
{
color: #9A9D56;
}
.AnyTagClassName
{
color: #9A9D56;
}
</style>
background-color css
<style>
a { background-color: #9A9D56; }
a { background-color: rgb(154,157,86); }
div.DivClassName
{
background-color: #9A9D56;
}
.BgClassName
{
background-color: #9A9D56;
}
</style>
border-color css
<style>
span { border-color: #9A9D56; }
span { border-color: rgb(154,157,86); }
td.TdClassName
{
border-color: #9A9D56;
}
.TagClassName
{
border-color: #9A9D56;
}
</style>