Shades of Green Smoke #9BA556
Tints of Green Smoke #9BA556
RGB
CMYK
RGB Variations
Color information
#9BA556 (or 0x9BA556) is known color: Green Smoke. HEX triplet: 9B, A5 and 56. RGB value is (155,165,86). Sum of RGB (Red+Green+Blue) = 155+165+86=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA556 is #645AA9. Grayscale: #999999. Windows color (decimal): -6576810 or 5678491. OLE color: 5678491.
HSL color Cylindrical-coordinate representation of color #9BA556: hue angle of 67.59º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BA556 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 86 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.35 |
| HSL | 67.59º | 0.31% | 0.49% | - |
| HSV(B) | 67.59º | 0.48% | 0.65% | - |
| XYZ | 28.65 | 34.55 | 13.96 | - |
| YUV | 153 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 86 | 0.06 | 0 | 0.48 | 0.35 | 67.59 | 0.31 | 0.49 |
| Hex | 9B | A5 | 56 | 6 | 0 | 30 | 23 | 44 | 1F | 31 |
| Octal | 233 | 245 | 126 | 6 | 0 | 60 | 43 | 104 | 37 | 61 |
| Binary | 10011011 | 10100101 | 1010110 | 110 | 0 | 110000 | 100011 | 1000100 | 11111 | 110001 |
Color Harmonies of #9BA556
Complementary color
Monochromatic Colors of #9BA556
Black with #9BA556
Text Example
Text Example
White with #9BA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA556; }
p { color: rgb(155,165,86); }
H1.HeaderClassName
{
color: #9BA556;
}
.AnyTagClassName
{
color: #9BA556;
}
</style>
background-color css
<style>
a { background-color: #9BA556; }
a { background-color: rgb(155,165,86); }
div.DivClassName
{
background-color: #9BA556;
}
.BgClassName
{
background-color: #9BA556;
}
</style>
border-color css
<style>
span { border-color: #9BA556; }
span { border-color: rgb(155,165,86); }
td.TdClassName
{
border-color: #9BA556;
}
.TagClassName
{
border-color: #9BA556;
}
</style>