Shades of Green Smoke #9BA15B
Tints of Green Smoke #9BA15B
RGB
CMYK
RGB Variations
Color information
#9BA15B (or 0x9BA15B) is known color: Green Smoke. HEX triplet: 9B, A1 and 5B. RGB value is (155,161,91). Sum of RGB (Red+Green+Blue) = 155+161+91=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA15B is #645EA4. Grayscale: #979797. Windows color (decimal): -6577829 or 6005147. OLE color: 6005147.
HSL color Cylindrical-coordinate representation of color #9BA15B: hue angle of 65.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BA15B is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 91 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.37 |
| HSL | 65.14º | 0.28% | 0.49% | - |
| HSV(B) | 65.14º | 0.43% | 0.63% | - |
| XYZ | 28.15 | 33.21 | 14.82 | - |
| YUV | 151.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 91 | 0.04 | 0 | 0.43 | 0.37 | 65.14 | 0.28 | 0.49 |
| Hex | 9B | A1 | 5B | 4 | 0 | 2B | 25 | 41 | 1C | 31 |
| Octal | 233 | 241 | 133 | 4 | 0 | 53 | 45 | 101 | 34 | 61 |
| Binary | 10011011 | 10100001 | 1011011 | 100 | 0 | 101011 | 100101 | 1000001 | 11100 | 110001 |
Color Harmonies of #9BA15B
Complementary color
Monochromatic Colors of #9BA15B
Black with #9BA15B
Text Example
Text Example
White with #9BA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA15B; }
p { color: rgb(155,161,91); }
H1.HeaderClassName
{
color: #9BA15B;
}
.AnyTagClassName
{
color: #9BA15B;
}
</style>
background-color css
<style>
a { background-color: #9BA15B; }
a { background-color: rgb(155,161,91); }
div.DivClassName
{
background-color: #9BA15B;
}
.BgClassName
{
background-color: #9BA15B;
}
</style>
border-color css
<style>
span { border-color: #9BA15B; }
span { border-color: rgb(155,161,91); }
td.TdClassName
{
border-color: #9BA15B;
}
.TagClassName
{
border-color: #9BA15B;
}
</style>