Shades of Green Smoke #9DB053
Tints of Green Smoke #9DB053
RGB
CMYK
RGB Variations
Color information
#9DB053 (or 0x9DB053) is known color: Green Smoke. HEX triplet: 9D, B0 and 53. RGB value is (157,176,83). Sum of RGB (Red+Green+Blue) = 157+176+83=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB053 is #624FAC. Grayscale: #A0A0A0. Windows color (decimal): -6442925 or 5484701. OLE color: 5484701.
HSL color Cylindrical-coordinate representation of color #9DB053: hue angle of 72.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DB053 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 83 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.31 |
| HSL | 72.26º | 0.37% | 0.51% | - |
| HSV(B) | 72.26º | 0.53% | 0.69% | - |
| XYZ | 30.99 | 38.84 | 14.05 | - |
| YUV | 159.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 83 | 0.11 | 0 | 0.53 | 0.31 | 72.26 | 0.37 | 0.51 |
| Hex | 9D | B0 | 53 | B | 0 | 35 | 1F | 48 | 25 | 33 |
| Octal | 235 | 260 | 123 | 13 | 0 | 65 | 37 | 110 | 45 | 63 |
| Binary | 10011101 | 10110000 | 1010011 | 1011 | 0 | 110101 | 11111 | 1001000 | 100101 | 110011 |
Color Harmonies of #9DB053
Complementary color
Monochromatic Colors of #9DB053
Black with #9DB053
Text Example
Text Example
White with #9DB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB053; }
p { color: rgb(157,176,83); }
H1.HeaderClassName
{
color: #9DB053;
}
.AnyTagClassName
{
color: #9DB053;
}
</style>
background-color css
<style>
a { background-color: #9DB053; }
a { background-color: rgb(157,176,83); }
div.DivClassName
{
background-color: #9DB053;
}
.BgClassName
{
background-color: #9DB053;
}
</style>
border-color css
<style>
span { border-color: #9DB053; }
span { border-color: rgb(157,176,83); }
td.TdClassName
{
border-color: #9DB053;
}
.TagClassName
{
border-color: #9DB053;
}
</style>