Shades of Green Smoke #9BA650
Tints of Green Smoke #9BA650
RGB
CMYK
RGB Variations
Color information
#9BA650 (or 0x9BA650) is known color: Green Smoke. HEX triplet: 9B, A6 and 50. RGB value is (155,166,80). Sum of RGB (Red+Green+Blue) = 155+166+80=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA650 is #6459AF. Grayscale: #999999. Windows color (decimal): -6576560 or 5285531. OLE color: 5285531.
HSL color Cylindrical-coordinate representation of color #9BA650: hue angle of 67.67º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BA650 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 80 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.35 |
| HSL | 67.67º | 0.35% | 0.48% | - |
| HSV(B) | 67.67º | 0.52% | 0.65% | - |
| XYZ | 28.6 | 34.82 | 12.8 | - |
| YUV | 152.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 80 | 0.07 | 0 | 0.52 | 0.35 | 67.67 | 0.35 | 0.48 |
| Hex | 9B | A6 | 50 | 7 | 0 | 34 | 23 | 44 | 23 | 30 |
| Octal | 233 | 246 | 120 | 7 | 0 | 64 | 43 | 104 | 43 | 60 |
| Binary | 10011011 | 10100110 | 1010000 | 111 | 0 | 110100 | 100011 | 1000100 | 100011 | 110000 |
Color Harmonies of #9BA650
Complementary color
Monochromatic Colors of #9BA650
Black with #9BA650
Text Example
Text Example
White with #9BA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA650; }
p { color: rgb(155,166,80); }
H1.HeaderClassName
{
color: #9BA650;
}
.AnyTagClassName
{
color: #9BA650;
}
</style>
background-color css
<style>
a { background-color: #9BA650; }
a { background-color: rgb(155,166,80); }
div.DivClassName
{
background-color: #9BA650;
}
.BgClassName
{
background-color: #9BA650;
}
</style>
border-color css
<style>
span { border-color: #9BA650; }
span { border-color: rgb(155,166,80); }
td.TdClassName
{
border-color: #9BA650;
}
.TagClassName
{
border-color: #9BA650;
}
</style>