Shades of Green Smoke #9BA16B
Tints of Green Smoke #9BA16B
RGB
CMYK
RGB Variations
Color information
#9BA16B (or 0x9BA16B) is known color: Green Smoke. HEX triplet: 9B, A1 and 6B. RGB value is (155,161,107). Sum of RGB (Red+Green+Blue) = 155+161+107=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA16B is #645E94. Grayscale: #999999. Windows color (decimal): -6577813 or 7053723. OLE color: 7053723.
HSL color Cylindrical-coordinate representation of color #9BA16B: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA16B is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 107 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.37 |
| HSL | 66.67º | 0.22% | 0.53% | - |
| HSV(B) | 66.67º | 0.34% | 0.63% | - |
| XYZ | 28.92 | 33.52 | 18.86 | - |
| YUV | 153.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 107 | 0.04 | 0 | 0.34 | 0.37 | 66.67 | 0.22 | 0.53 |
| Hex | 9B | A1 | 6B | 4 | 0 | 22 | 25 | 43 | 16 | 35 |
| Octal | 233 | 241 | 153 | 4 | 0 | 42 | 45 | 103 | 26 | 65 |
| Binary | 10011011 | 10100001 | 1101011 | 100 | 0 | 100010 | 100101 | 1000011 | 10110 | 110101 |
Color Harmonies of #9BA16B
Complementary color
Monochromatic Colors of #9BA16B
Black with #9BA16B
Text Example
Text Example
White with #9BA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA16B; }
p { color: rgb(155,161,107); }
H1.HeaderClassName
{
color: #9BA16B;
}
.AnyTagClassName
{
color: #9BA16B;
}
</style>
background-color css
<style>
a { background-color: #9BA16B; }
a { background-color: rgb(155,161,107); }
div.DivClassName
{
background-color: #9BA16B;
}
.BgClassName
{
background-color: #9BA16B;
}
</style>
border-color css
<style>
span { border-color: #9BA16B; }
span { border-color: rgb(155,161,107); }
td.TdClassName
{
border-color: #9BA16B;
}
.TagClassName
{
border-color: #9BA16B;
}
</style>