Shades of Green Smoke #9BA456
Tints of Green Smoke #9BA456
RGB
CMYK
RGB Variations
Color information
#9BA456 (or 0x9BA456) is known color: Green Smoke. HEX triplet: 9B, A4 and 56. RGB value is (155,164,86). Sum of RGB (Red+Green+Blue) = 155+164+86=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA456 is #645BA9. Grayscale: #989898. Windows color (decimal): -6577066 or 5678235. OLE color: 5678235.
HSL color Cylindrical-coordinate representation of color #9BA456: hue angle of 66.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BA456 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 86 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.36 |
| HSL | 66.92º | 0.31% | 0.49% | - |
| HSV(B) | 66.92º | 0.48% | 0.64% | - |
| XYZ | 28.47 | 34.19 | 13.9 | - |
| YUV | 152.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 86 | 0.05 | 0 | 0.48 | 0.36 | 66.92 | 0.31 | 0.49 |
| Hex | 9B | A4 | 56 | 5 | 0 | 30 | 24 | 43 | 1F | 31 |
| Octal | 233 | 244 | 126 | 5 | 0 | 60 | 44 | 103 | 37 | 61 |
| Binary | 10011011 | 10100100 | 1010110 | 101 | 0 | 110000 | 100100 | 1000011 | 11111 | 110001 |
Color Harmonies of #9BA456
Complementary color
Monochromatic Colors of #9BA456
Black with #9BA456
Text Example
Text Example
White with #9BA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA456; }
p { color: rgb(155,164,86); }
H1.HeaderClassName
{
color: #9BA456;
}
.AnyTagClassName
{
color: #9BA456;
}
</style>
background-color css
<style>
a { background-color: #9BA456; }
a { background-color: rgb(155,164,86); }
div.DivClassName
{
background-color: #9BA456;
}
.BgClassName
{
background-color: #9BA456;
}
</style>
border-color css
<style>
span { border-color: #9BA456; }
span { border-color: rgb(155,164,86); }
td.TdClassName
{
border-color: #9BA456;
}
.TagClassName
{
border-color: #9BA456;
}
</style>