Shades of Green Smoke #9BA157
Tints of Green Smoke #9BA157
RGB
CMYK
RGB Variations
Color information
#9BA157 (or 0x9BA157) is known color: Green Smoke. HEX triplet: 9B, A1 and 57. RGB value is (155,161,87). Sum of RGB (Red+Green+Blue) = 155+161+87=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA157 is #645EA8. Grayscale: #979797. Windows color (decimal): -6577833 or 5743003. OLE color: 5743003.
HSL color Cylindrical-coordinate representation of color #9BA157: hue angle of 64.86º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BA157 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 87 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.37 |
| HSL | 64.86º | 0.3% | 0.49% | - |
| HSV(B) | 64.86º | 0.46% | 0.63% | - |
| XYZ | 27.98 | 33.15 | 13.94 | - |
| YUV | 150.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 87 | 0.04 | 0 | 0.46 | 0.37 | 64.86 | 0.3 | 0.49 |
| Hex | 9B | A1 | 57 | 4 | 0 | 2E | 25 | 41 | 1E | 31 |
| Octal | 233 | 241 | 127 | 4 | 0 | 56 | 45 | 101 | 36 | 61 |
| Binary | 10011011 | 10100001 | 1010111 | 100 | 0 | 101110 | 100101 | 1000001 | 11110 | 110001 |
Color Harmonies of #9BA157
Complementary color
Monochromatic Colors of #9BA157
Black with #9BA157
Text Example
Text Example
White with #9BA157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA157; }
p { color: rgb(155,161,87); }
H1.HeaderClassName
{
color: #9BA157;
}
.AnyTagClassName
{
color: #9BA157;
}
</style>
background-color css
<style>
a { background-color: #9BA157; }
a { background-color: rgb(155,161,87); }
div.DivClassName
{
background-color: #9BA157;
}
.BgClassName
{
background-color: #9BA157;
}
</style>
border-color css
<style>
span { border-color: #9BA157; }
span { border-color: rgb(155,161,87); }
td.TdClassName
{
border-color: #9BA157;
}
.TagClassName
{
border-color: #9BA157;
}
</style>