Shades of Green Smoke #9BA455
Tints of Green Smoke #9BA455
RGB
CMYK
RGB Variations
Color information
#9BA455 (or 0x9BA455) is known color: Green Smoke. HEX triplet: 9B, A4 and 55. RGB value is (155,164,85). Sum of RGB (Red+Green+Blue) = 155+164+85=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA455 is #645BAA. Grayscale: #989898. Windows color (decimal): -6577067 or 5612699. OLE color: 5612699.
HSL color Cylindrical-coordinate representation of color #9BA455: hue angle of 66.84º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BA455 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 85 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.36 |
| HSL | 66.84º | 0.32% | 0.49% | - |
| HSV(B) | 66.84º | 0.48% | 0.64% | - |
| XYZ | 28.43 | 34.18 | 13.69 | - |
| YUV | 152.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 85 | 0.05 | 0 | 0.48 | 0.36 | 66.84 | 0.32 | 0.49 |
| Hex | 9B | A4 | 55 | 5 | 0 | 30 | 24 | 43 | 20 | 31 |
| Octal | 233 | 244 | 125 | 5 | 0 | 60 | 44 | 103 | 40 | 61 |
| Binary | 10011011 | 10100100 | 1010101 | 101 | 0 | 110000 | 100100 | 1000011 | 100000 | 110001 |
Color Harmonies of #9BA455
Complementary color
Monochromatic Colors of #9BA455
Black with #9BA455
Text Example
Text Example
White with #9BA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA455; }
p { color: rgb(155,164,85); }
H1.HeaderClassName
{
color: #9BA455;
}
.AnyTagClassName
{
color: #9BA455;
}
</style>
background-color css
<style>
a { background-color: #9BA455; }
a { background-color: rgb(155,164,85); }
div.DivClassName
{
background-color: #9BA455;
}
.BgClassName
{
background-color: #9BA455;
}
</style>
border-color css
<style>
span { border-color: #9BA455; }
span { border-color: rgb(155,164,85); }
td.TdClassName
{
border-color: #9BA455;
}
.TagClassName
{
border-color: #9BA455;
}
</style>