Shades of Green Smoke #9DB462
Tints of Green Smoke #9DB462
RGB
CMYK
RGB Variations
Color information
#9DB462 (or 0x9DB462) is known color: Green Smoke. HEX triplet: 9D, B4 and 62. RGB value is (157,180,98). Sum of RGB (Red+Green+Blue) = 157+180+98=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB462 is #624B9D. Grayscale: #A4A4A4. Windows color (decimal): -6441886 or 6468765. OLE color: 6468765.
HSL color Cylindrical-coordinate representation of color #9DB462: hue angle of 76.83º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DB462 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 98 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.29 |
| HSL | 76.83º | 0.35% | 0.55% | - |
| HSV(B) | 76.83º | 0.46% | 0.71% | - |
| XYZ | 32.43 | 40.69 | 17.7 | - |
| YUV | 163.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 98 | 0.13 | 0 | 0.46 | 0.29 | 76.83 | 0.35 | 0.55 |
| Hex | 9D | B4 | 62 | D | 0 | 2E | 1D | 4D | 23 | 37 |
| Octal | 235 | 264 | 142 | 15 | 0 | 56 | 35 | 115 | 43 | 67 |
| Binary | 10011101 | 10110100 | 1100010 | 1101 | 0 | 101110 | 11101 | 1001101 | 100011 | 110111 |
Color Harmonies of #9DB462
Complementary color
Monochromatic Colors of #9DB462
Black with #9DB462
Text Example
Text Example
White with #9DB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB462; }
p { color: rgb(157,180,98); }
H1.HeaderClassName
{
color: #9DB462;
}
.AnyTagClassName
{
color: #9DB462;
}
</style>
background-color css
<style>
a { background-color: #9DB462; }
a { background-color: rgb(157,180,98); }
div.DivClassName
{
background-color: #9DB462;
}
.BgClassName
{
background-color: #9DB462;
}
</style>
border-color css
<style>
span { border-color: #9DB462; }
span { border-color: rgb(157,180,98); }
td.TdClassName
{
border-color: #9DB462;
}
.TagClassName
{
border-color: #9DB462;
}
</style>