Shades of Green Smoke #9DB05A
Tints of Green Smoke #9DB05A
RGB
CMYK
RGB Variations
Color information
#9DB05A (or 0x9DB05A) is known color: Green Smoke. HEX triplet: 9D, B0 and 5A. RGB value is (157,176,90). Sum of RGB (Red+Green+Blue) = 157+176+90=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB05A is #624FA5. Grayscale: #A0A0A0. Windows color (decimal): -6442918 or 5943453. OLE color: 5943453.
HSL color Cylindrical-coordinate representation of color #9DB05A: hue angle of 73.26º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DB05A is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 90 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.31 |
| HSL | 73.26º | 0.35% | 0.52% | - |
| HSV(B) | 73.26º | 0.49% | 0.69% | - |
| XYZ | 31.28 | 38.96 | 15.54 | - |
| YUV | 160.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 90 | 0.11 | 0 | 0.49 | 0.31 | 73.26 | 0.35 | 0.52 |
| Hex | 9D | B0 | 5A | B | 0 | 31 | 1F | 49 | 23 | 34 |
| Octal | 235 | 260 | 132 | 13 | 0 | 61 | 37 | 111 | 43 | 64 |
| Binary | 10011101 | 10110000 | 1011010 | 1011 | 0 | 110001 | 11111 | 1001001 | 100011 | 110100 |
Color Harmonies of #9DB05A
Complementary color
Monochromatic Colors of #9DB05A
Black with #9DB05A
Text Example
Text Example
White with #9DB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB05A; }
p { color: rgb(157,176,90); }
H1.HeaderClassName
{
color: #9DB05A;
}
.AnyTagClassName
{
color: #9DB05A;
}
</style>
background-color css
<style>
a { background-color: #9DB05A; }
a { background-color: rgb(157,176,90); }
div.DivClassName
{
background-color: #9DB05A;
}
.BgClassName
{
background-color: #9DB05A;
}
</style>
border-color css
<style>
span { border-color: #9DB05A; }
span { border-color: rgb(157,176,90); }
td.TdClassName
{
border-color: #9DB05A;
}
.TagClassName
{
border-color: #9DB05A;
}
</style>