Shades of Green Smoke #9DB05B
Tints of Green Smoke #9DB05B
RGB
CMYK
RGB Variations
Color information
#9DB05B (or 0x9DB05B) is known color: Green Smoke. HEX triplet: 9D, B0 and 5B. RGB value is (157,176,91). Sum of RGB (Red+Green+Blue) = 157+176+91=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB05B is #624FA4. Grayscale: #A0A0A0. Windows color (decimal): -6442917 or 6008989. OLE color: 6008989.
HSL color Cylindrical-coordinate representation of color #9DB05B: hue angle of 73.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DB05B is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 91 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.31 |
| HSL | 73.41º | 0.35% | 0.52% | - |
| HSV(B) | 73.41º | 0.48% | 0.69% | - |
| XYZ | 31.32 | 38.97 | 15.77 | - |
| YUV | 160.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 91 | 0.11 | 0 | 0.48 | 0.31 | 73.41 | 0.35 | 0.52 |
| Hex | 9D | B0 | 5B | B | 0 | 30 | 1F | 49 | 23 | 34 |
| Octal | 235 | 260 | 133 | 13 | 0 | 60 | 37 | 111 | 43 | 64 |
| Binary | 10011101 | 10110000 | 1011011 | 1011 | 0 | 110000 | 11111 | 1001001 | 100011 | 110100 |
Color Harmonies of #9DB05B
Complementary color
Monochromatic Colors of #9DB05B
Black with #9DB05B
Text Example
Text Example
White with #9DB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB05B; }
p { color: rgb(157,176,91); }
H1.HeaderClassName
{
color: #9DB05B;
}
.AnyTagClassName
{
color: #9DB05B;
}
</style>
background-color css
<style>
a { background-color: #9DB05B; }
a { background-color: rgb(157,176,91); }
div.DivClassName
{
background-color: #9DB05B;
}
.BgClassName
{
background-color: #9DB05B;
}
</style>
border-color css
<style>
span { border-color: #9DB05B; }
span { border-color: rgb(157,176,91); }
td.TdClassName
{
border-color: #9DB05B;
}
.TagClassName
{
border-color: #9DB05B;
}
</style>