Shades of Green Smoke #9DB466
Tints of Green Smoke #9DB466
RGB
CMYK
RGB Variations
Color information
#9DB466 (or 0x9DB466) is known color: Green Smoke. HEX triplet: 9D, B4 and 66. RGB value is (157,180,102). Sum of RGB (Red+Green+Blue) = 157+180+102=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB466 is #624B99. Grayscale: #A4A4A4. Windows color (decimal): -6441882 or 6730909. OLE color: 6730909.
HSL color Cylindrical-coordinate representation of color #9DB466: hue angle of 77.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DB466 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 102 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.29 |
| HSL | 77.69º | 0.34% | 0.55% | - |
| HSV(B) | 77.69º | 0.43% | 0.71% | - |
| XYZ | 32.62 | 40.77 | 18.72 | - |
| YUV | 164.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 102 | 0.13 | 0 | 0.43 | 0.29 | 77.69 | 0.34 | 0.55 |
| Hex | 9D | B4 | 66 | D | 0 | 2B | 1D | 4E | 22 | 37 |
| Octal | 235 | 264 | 146 | 15 | 0 | 53 | 35 | 116 | 42 | 67 |
| Binary | 10011101 | 10110100 | 1100110 | 1101 | 0 | 101011 | 11101 | 1001110 | 100010 | 110111 |
Color Harmonies of #9DB466
Complementary color
Monochromatic Colors of #9DB466
Black with #9DB466
Text Example
Text Example
White with #9DB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB466; }
p { color: rgb(157,180,102); }
H1.HeaderClassName
{
color: #9DB466;
}
.AnyTagClassName
{
color: #9DB466;
}
</style>
background-color css
<style>
a { background-color: #9DB466; }
a { background-color: rgb(157,180,102); }
div.DivClassName
{
background-color: #9DB466;
}
.BgClassName
{
background-color: #9DB466;
}
</style>
border-color css
<style>
span { border-color: #9DB466; }
span { border-color: rgb(157,180,102); }
td.TdClassName
{
border-color: #9DB466;
}
.TagClassName
{
border-color: #9DB466;
}
</style>