Shades of Green Smoke #9BA953
Tints of Green Smoke #9BA953
RGB
CMYK
RGB Variations
Color information
#9BA953 (or 0x9BA953) is known color: Green Smoke. HEX triplet: 9B, A9 and 53. RGB value is (155,169,83). Sum of RGB (Red+Green+Blue) = 155+169+83=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA953 is #6456AC. Grayscale: #9B9B9B. Windows color (decimal): -6575789 or 5482907. OLE color: 5482907.
HSL color Cylindrical-coordinate representation of color #9BA953: hue angle of 69.77º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BA953 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 83 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.34 |
| HSL | 69.77º | 0.34% | 0.49% | - |
| HSV(B) | 69.77º | 0.51% | 0.66% | - |
| XYZ | 29.27 | 35.97 | 13.58 | - |
| YUV | 155.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 83 | 0.08 | 0 | 0.51 | 0.34 | 69.77 | 0.34 | 0.49 |
| Hex | 9B | A9 | 53 | 8 | 0 | 33 | 22 | 46 | 22 | 31 |
| Octal | 233 | 251 | 123 | 10 | 0 | 63 | 42 | 106 | 42 | 61 |
| Binary | 10011011 | 10101001 | 1010011 | 1000 | 0 | 110011 | 100010 | 1000110 | 100010 | 110001 |
Color Harmonies of #9BA953
Complementary color
Monochromatic Colors of #9BA953
Black with #9BA953
Text Example
Text Example
White with #9BA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA953; }
p { color: rgb(155,169,83); }
H1.HeaderClassName
{
color: #9BA953;
}
.AnyTagClassName
{
color: #9BA953;
}
</style>
background-color css
<style>
a { background-color: #9BA953; }
a { background-color: rgb(155,169,83); }
div.DivClassName
{
background-color: #9BA953;
}
.BgClassName
{
background-color: #9BA953;
}
</style>
border-color css
<style>
span { border-color: #9BA953; }
span { border-color: rgb(155,169,83); }
td.TdClassName
{
border-color: #9BA953;
}
.TagClassName
{
border-color: #9BA953;
}
</style>