Shades of Green Smoke #9DB058
Tints of Green Smoke #9DB058
RGB
CMYK
RGB Variations
Color information
#9DB058 (or 0x9DB058) is known color: Green Smoke. HEX triplet: 9D, B0 and 58. RGB value is (157,176,88). Sum of RGB (Red+Green+Blue) = 157+176+88=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB058 is #624FA7. Grayscale: #A0A0A0. Windows color (decimal): -6442920 or 5812381. OLE color: 5812381.
HSL color Cylindrical-coordinate representation of color #9DB058: hue angle of 72.95º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DB058 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 88 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.31 |
| HSL | 72.95º | 0.36% | 0.52% | - |
| HSV(B) | 72.95º | 0.5% | 0.69% | - |
| XYZ | 31.19 | 38.92 | 15.1 | - |
| YUV | 160.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 88 | 0.11 | 0 | 0.50 | 0.31 | 72.95 | 0.36 | 0.52 |
| Hex | 9D | B0 | 58 | B | 0 | 32 | 1F | 49 | 24 | 34 |
| Octal | 235 | 260 | 130 | 13 | 0 | 62 | 37 | 111 | 44 | 64 |
| Binary | 10011101 | 10110000 | 1011000 | 1011 | 0 | 110010 | 11111 | 1001001 | 100100 | 110100 |
Color Harmonies of #9DB058
Complementary color
Monochromatic Colors of #9DB058
Black with #9DB058
Text Example
Text Example
White with #9DB058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB058; }
p { color: rgb(157,176,88); }
H1.HeaderClassName
{
color: #9DB058;
}
.AnyTagClassName
{
color: #9DB058;
}
</style>
background-color css
<style>
a { background-color: #9DB058; }
a { background-color: rgb(157,176,88); }
div.DivClassName
{
background-color: #9DB058;
}
.BgClassName
{
background-color: #9DB058;
}
</style>
border-color css
<style>
span { border-color: #9DB058; }
span { border-color: rgb(157,176,88); }
td.TdClassName
{
border-color: #9DB058;
}
.TagClassName
{
border-color: #9DB058;
}
</style>