Shades of Green Smoke #9DB25B
Tints of Green Smoke #9DB25B
RGB
CMYK
RGB Variations
Color information
#9DB25B (or 0x9DB25B) is known color: Green Smoke. HEX triplet: 9D, B2 and 5B. RGB value is (157,178,91). Sum of RGB (Red+Green+Blue) = 157+178+91=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB25B is #624DA4. Grayscale: #A2A2A2. Windows color (decimal): -6442405 or 6009501. OLE color: 6009501.
HSL color Cylindrical-coordinate representation of color #9DB25B: hue angle of 74.48º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DB25B is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 91 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.30 |
| HSL | 74.48º | 0.36% | 0.53% | - |
| HSV(B) | 74.48º | 0.49% | 0.7% | - |
| XYZ | 31.71 | 39.76 | 15.9 | - |
| YUV | 161.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 91 | 0.12 | 0 | 0.49 | 0.30 | 74.48 | 0.36 | 0.53 |
| Hex | 9D | B2 | 5B | C | 0 | 31 | 1E | 4A | 24 | 35 |
| Octal | 235 | 262 | 133 | 14 | 0 | 61 | 36 | 112 | 44 | 65 |
| Binary | 10011101 | 10110010 | 1011011 | 1100 | 0 | 110001 | 11110 | 1001010 | 100100 | 110101 |
Color Harmonies of #9DB25B
Complementary color
Monochromatic Colors of #9DB25B
Black with #9DB25B
Text Example
Text Example
White with #9DB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB25B; }
p { color: rgb(157,178,91); }
H1.HeaderClassName
{
color: #9DB25B;
}
.AnyTagClassName
{
color: #9DB25B;
}
</style>
background-color css
<style>
a { background-color: #9DB25B; }
a { background-color: rgb(157,178,91); }
div.DivClassName
{
background-color: #9DB25B;
}
.BgClassName
{
background-color: #9DB25B;
}
</style>
border-color css
<style>
span { border-color: #9DB25B; }
span { border-color: rgb(157,178,91); }
td.TdClassName
{
border-color: #9DB25B;
}
.TagClassName
{
border-color: #9DB25B;
}
</style>