Shades of Green Smoke #9DB453
Tints of Green Smoke #9DB453
RGB
CMYK
RGB Variations
Color information
#9DB453 (or 0x9DB453) is known color: Green Smoke. HEX triplet: 9D, B4 and 53. RGB value is (157,180,83). Sum of RGB (Red+Green+Blue) = 157+180+83=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB453 is #624BAC. Grayscale: #A2A2A2. Windows color (decimal): -6441901 or 5485725. OLE color: 5485725.
HSL color Cylindrical-coordinate representation of color #9DB453: hue angle of 74.23º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DB453 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 83 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.29 |
| HSL | 74.23º | 0.39% | 0.52% | - |
| HSV(B) | 74.23º | 0.54% | 0.71% | - |
| XYZ | 31.79 | 40.44 | 14.31 | - |
| YUV | 162.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 83 | 0.13 | 0 | 0.54 | 0.29 | 74.23 | 0.39 | 0.52 |
| Hex | 9D | B4 | 53 | D | 0 | 36 | 1D | 4A | 27 | 34 |
| Octal | 235 | 264 | 123 | 15 | 0 | 66 | 35 | 112 | 47 | 64 |
| Binary | 10011101 | 10110100 | 1010011 | 1101 | 0 | 110110 | 11101 | 1001010 | 100111 | 110100 |
Color Harmonies of #9DB453
Complementary color
Monochromatic Colors of #9DB453
Black with #9DB453
Text Example
Text Example
White with #9DB453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB453; }
p { color: rgb(157,180,83); }
H1.HeaderClassName
{
color: #9DB453;
}
.AnyTagClassName
{
color: #9DB453;
}
</style>
background-color css
<style>
a { background-color: #9DB453; }
a { background-color: rgb(157,180,83); }
div.DivClassName
{
background-color: #9DB453;
}
.BgClassName
{
background-color: #9DB453;
}
</style>
border-color css
<style>
span { border-color: #9DB453; }
span { border-color: rgb(157,180,83); }
td.TdClassName
{
border-color: #9DB453;
}
.TagClassName
{
border-color: #9DB453;
}
</style>