Shades of Green Smoke #9BA450
Tints of Green Smoke #9BA450
RGB
CMYK
RGB Variations
Color information
#9BA450 (or 0x9BA450) is known color: Green Smoke. HEX triplet: 9B, A4 and 50. RGB value is (155,164,80). Sum of RGB (Red+Green+Blue) = 155+164+80=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA450 is #645BAF. Grayscale: #989898. Windows color (decimal): -6577072 or 5285019. OLE color: 5285019.
HSL color Cylindrical-coordinate representation of color #9BA450: hue angle of 66.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BA450 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 80 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.36 |
| HSL | 66.43º | 0.34% | 0.48% | - |
| HSV(B) | 66.43º | 0.51% | 0.64% | - |
| XYZ | 28.24 | 34.1 | 12.68 | - |
| YUV | 151.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 80 | 0.05 | 0 | 0.51 | 0.36 | 66.43 | 0.34 | 0.48 |
| Hex | 9B | A4 | 50 | 5 | 0 | 33 | 24 | 42 | 22 | 30 |
| Octal | 233 | 244 | 120 | 5 | 0 | 63 | 44 | 102 | 42 | 60 |
| Binary | 10011011 | 10100100 | 1010000 | 101 | 0 | 110011 | 100100 | 1000010 | 100010 | 110000 |
Color Harmonies of #9BA450
Complementary color
Monochromatic Colors of #9BA450
Black with #9BA450
Text Example
Text Example
White with #9BA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA450; }
p { color: rgb(155,164,80); }
H1.HeaderClassName
{
color: #9BA450;
}
.AnyTagClassName
{
color: #9BA450;
}
</style>
background-color css
<style>
a { background-color: #9BA450; }
a { background-color: rgb(155,164,80); }
div.DivClassName
{
background-color: #9BA450;
}
.BgClassName
{
background-color: #9BA450;
}
</style>
border-color css
<style>
span { border-color: #9BA450; }
span { border-color: rgb(155,164,80); }
td.TdClassName
{
border-color: #9BA450;
}
.TagClassName
{
border-color: #9BA450;
}
</style>