Shades of Green Smoke #9BA961
Tints of Green Smoke #9BA961
RGB
CMYK
RGB Variations
Color information
#9BA961 (or 0x9BA961) is known color: Green Smoke. HEX triplet: 9B, A9 and 61. RGB value is (155,169,97). Sum of RGB (Red+Green+Blue) = 155+169+97=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA961 is #64569E. Grayscale: #9C9C9C. Windows color (decimal): -6575775 or 6400411. OLE color: 6400411.
HSL color Cylindrical-coordinate representation of color #9BA961: hue angle of 71.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BA961 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 97 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.34 |
| HSL | 71.67º | 0.3% | 0.52% | - |
| HSV(B) | 71.67º | 0.43% | 0.66% | - |
| XYZ | 29.86 | 36.21 | 16.72 | - |
| YUV | 156.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 97 | 0.08 | 0 | 0.43 | 0.34 | 71.67 | 0.3 | 0.52 |
| Hex | 9B | A9 | 61 | 8 | 0 | 2B | 22 | 48 | 1E | 34 |
| Octal | 233 | 251 | 141 | 10 | 0 | 53 | 42 | 110 | 36 | 64 |
| Binary | 10011011 | 10101001 | 1100001 | 1000 | 0 | 101011 | 100010 | 1001000 | 11110 | 110100 |
Color Harmonies of #9BA961
Complementary color
Monochromatic Colors of #9BA961
Black with #9BA961
Text Example
Text Example
White with #9BA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA961; }
p { color: rgb(155,169,97); }
H1.HeaderClassName
{
color: #9BA961;
}
.AnyTagClassName
{
color: #9BA961;
}
</style>
background-color css
<style>
a { background-color: #9BA961; }
a { background-color: rgb(155,169,97); }
div.DivClassName
{
background-color: #9BA961;
}
.BgClassName
{
background-color: #9BA961;
}
</style>
border-color css
<style>
span { border-color: #9BA961; }
span { border-color: rgb(155,169,97); }
td.TdClassName
{
border-color: #9BA961;
}
.TagClassName
{
border-color: #9BA961;
}
</style>