Shades of Green Smoke #9BA960
Tints of Green Smoke #9BA960
RGB
CMYK
RGB Variations
Color information
#9BA960 (or 0x9BA960) is known color: Green Smoke. HEX triplet: 9B, A9 and 60. RGB value is (155,169,96). Sum of RGB (Red+Green+Blue) = 155+169+96=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA960 is #64569F. Grayscale: #9C9C9C. Windows color (decimal): -6575776 or 6334875. OLE color: 6334875.
HSL color Cylindrical-coordinate representation of color #9BA960: hue angle of 71.51º 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 #9BA960 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 96 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.34 |
| HSL | 71.51º | 0.3% | 0.52% | - |
| HSV(B) | 71.51º | 0.43% | 0.66% | - |
| XYZ | 29.82 | 36.19 | 16.48 | - |
| YUV | 156.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 96 | 0.08 | 0 | 0.43 | 0.34 | 71.51 | 0.3 | 0.52 |
| Hex | 9B | A9 | 60 | 8 | 0 | 2B | 22 | 48 | 1E | 34 |
| Octal | 233 | 251 | 140 | 10 | 0 | 53 | 42 | 110 | 36 | 64 |
| Binary | 10011011 | 10101001 | 1100000 | 1000 | 0 | 101011 | 100010 | 1001000 | 11110 | 110100 |
Color Harmonies of #9BA960
Complementary color
Monochromatic Colors of #9BA960
Black with #9BA960
Text Example
Text Example
White with #9BA960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA960; }
p { color: rgb(155,169,96); }
H1.HeaderClassName
{
color: #9BA960;
}
.AnyTagClassName
{
color: #9BA960;
}
</style>
background-color css
<style>
a { background-color: #9BA960; }
a { background-color: rgb(155,169,96); }
div.DivClassName
{
background-color: #9BA960;
}
.BgClassName
{
background-color: #9BA960;
}
</style>
border-color css
<style>
span { border-color: #9BA960; }
span { border-color: rgb(155,169,96); }
td.TdClassName
{
border-color: #9BA960;
}
.TagClassName
{
border-color: #9BA960;
}
</style>