Shades of Green Smoke #9DB05D
Tints of Green Smoke #9DB05D
RGB
CMYK
RGB Variations
Color information
#9DB05D (or 0x9DB05D) is known color: Green Smoke. HEX triplet: 9D, B0 and 5D. RGB value is (157,176,93). Sum of RGB (Red+Green+Blue) = 157+176+93=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB05D is #624FA2. Grayscale: #A1A1A1. Windows color (decimal): -6442915 or 6140061. OLE color: 6140061.
HSL color Cylindrical-coordinate representation of color #9DB05D: hue angle of 73.73º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DB05D is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 93 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.31 |
| HSL | 73.73º | 0.34% | 0.53% | - |
| HSV(B) | 73.73º | 0.47% | 0.69% | - |
| XYZ | 31.41 | 39.01 | 16.23 | - |
| YUV | 160.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 93 | 0.11 | 0 | 0.47 | 0.31 | 73.73 | 0.34 | 0.53 |
| Hex | 9D | B0 | 5D | B | 0 | 2F | 1F | 4A | 22 | 35 |
| Octal | 235 | 260 | 135 | 13 | 0 | 57 | 37 | 112 | 42 | 65 |
| Binary | 10011101 | 10110000 | 1011101 | 1011 | 0 | 101111 | 11111 | 1001010 | 100010 | 110101 |
Color Harmonies of #9DB05D
Complementary color
Monochromatic Colors of #9DB05D
Black with #9DB05D
Text Example
Text Example
White with #9DB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB05D; }
p { color: rgb(157,176,93); }
H1.HeaderClassName
{
color: #9DB05D;
}
.AnyTagClassName
{
color: #9DB05D;
}
</style>
background-color css
<style>
a { background-color: #9DB05D; }
a { background-color: rgb(157,176,93); }
div.DivClassName
{
background-color: #9DB05D;
}
.BgClassName
{
background-color: #9DB05D;
}
</style>
border-color css
<style>
span { border-color: #9DB05D; }
span { border-color: rgb(157,176,93); }
td.TdClassName
{
border-color: #9DB05D;
}
.TagClassName
{
border-color: #9DB05D;
}
</style>