Shades of Green Smoke #9BA052
Tints of Green Smoke #9BA052
RGB
CMYK
RGB Variations
Color information
#9BA052 (or 0x9BA052) is known color: Green Smoke. HEX triplet: 9B, A0 and 52. RGB value is (155,160,82). Sum of RGB (Red+Green+Blue) = 155+160+82=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA052 is #645FAD. Grayscale: #959595. Windows color (decimal): -6578094 or 5415067. OLE color: 5415067.
HSL color Cylindrical-coordinate representation of color #9BA052: hue angle of 63.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BA052 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 82 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.37 |
| HSL | 63.85º | 0.32% | 0.47% | - |
| HSV(B) | 63.85º | 0.49% | 0.63% | - |
| XYZ | 27.61 | 32.72 | 12.84 | - |
| YUV | 149.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 82 | 0.03 | 0 | 0.49 | 0.37 | 63.85 | 0.32 | 0.47 |
| Hex | 9B | A0 | 52 | 3 | 0 | 31 | 25 | 40 | 20 | 2F |
| Octal | 233 | 240 | 122 | 3 | 0 | 61 | 45 | 100 | 40 | 57 |
| Binary | 10011011 | 10100000 | 1010010 | 11 | 0 | 110001 | 100101 | 1000000 | 100000 | 101111 |
Color Harmonies of #9BA052
Complementary color
Monochromatic Colors of #9BA052
Black with #9BA052
Text Example
Text Example
White with #9BA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA052; }
p { color: rgb(155,160,82); }
H1.HeaderClassName
{
color: #9BA052;
}
.AnyTagClassName
{
color: #9BA052;
}
</style>
background-color css
<style>
a { background-color: #9BA052; }
a { background-color: rgb(155,160,82); }
div.DivClassName
{
background-color: #9BA052;
}
.BgClassName
{
background-color: #9BA052;
}
</style>
border-color css
<style>
span { border-color: #9BA052; }
span { border-color: rgb(155,160,82); }
td.TdClassName
{
border-color: #9BA052;
}
.TagClassName
{
border-color: #9BA052;
}
</style>