Shades of Green Smoke #9DB16A
Tints of Green Smoke #9DB16A
RGB
CMYK
RGB Variations
Color information
#9DB16A (or 0x9DB16A) is known color: Green Smoke. HEX triplet: 9D, B1 and 6A. RGB value is (157,177,106). Sum of RGB (Red+Green+Blue) = 157+177+106=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB16A is #624E95. Grayscale: #A3A3A3. Windows color (decimal): -6442646 or 6992285. OLE color: 6992285.
HSL color Cylindrical-coordinate representation of color #9DB16A: hue angle of 76.9º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DB16A is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 106 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.31 |
| HSL | 76.9º | 0.31% | 0.55% | - |
| HSV(B) | 76.9º | 0.4% | 0.69% | - |
| XYZ | 32.23 | 39.65 | 19.59 | - |
| YUV | 162.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 106 | 0.11 | 0 | 0.40 | 0.31 | 76.9 | 0.31 | 0.55 |
| Hex | 9D | B1 | 6A | B | 0 | 28 | 1F | 4D | 1F | 37 |
| Octal | 235 | 261 | 152 | 13 | 0 | 50 | 37 | 115 | 37 | 67 |
| Binary | 10011101 | 10110001 | 1101010 | 1011 | 0 | 101000 | 11111 | 1001101 | 11111 | 110111 |
Color Harmonies of #9DB16A
Complementary color
Monochromatic Colors of #9DB16A
Black with #9DB16A
Text Example
Text Example
White with #9DB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB16A; }
p { color: rgb(157,177,106); }
H1.HeaderClassName
{
color: #9DB16A;
}
.AnyTagClassName
{
color: #9DB16A;
}
</style>
background-color css
<style>
a { background-color: #9DB16A; }
a { background-color: rgb(157,177,106); }
div.DivClassName
{
background-color: #9DB16A;
}
.BgClassName
{
background-color: #9DB16A;
}
</style>
border-color css
<style>
span { border-color: #9DB16A; }
span { border-color: rgb(157,177,106); }
td.TdClassName
{
border-color: #9DB16A;
}
.TagClassName
{
border-color: #9DB16A;
}
</style>