Shades of Green Smoke #9DB25D
Tints of Green Smoke #9DB25D
RGB
CMYK
RGB Variations
Color information
#9DB25D (or 0x9DB25D) is known color: Green Smoke. HEX triplet: 9D, B2 and 5D. RGB value is (157,178,93). Sum of RGB (Red+Green+Blue) = 157+178+93=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB25D is #624DA2. Grayscale: #A2A2A2. Windows color (decimal): -6442403 or 6140573. OLE color: 6140573.
HSL color Cylindrical-coordinate representation of color #9DB25D: hue angle of 74.82º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DB25D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 93 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.30 |
| HSL | 74.82º | 0.36% | 0.53% | - |
| HSV(B) | 74.82º | 0.48% | 0.7% | - |
| XYZ | 31.8 | 39.8 | 16.36 | - |
| YUV | 162.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 93 | 0.12 | 0 | 0.48 | 0.30 | 74.82 | 0.36 | 0.53 |
| Hex | 9D | B2 | 5D | C | 0 | 30 | 1E | 4B | 24 | 35 |
| Octal | 235 | 262 | 135 | 14 | 0 | 60 | 36 | 113 | 44 | 65 |
| Binary | 10011101 | 10110010 | 1011101 | 1100 | 0 | 110000 | 11110 | 1001011 | 100100 | 110101 |
Color Harmonies of #9DB25D
Complementary color
Monochromatic Colors of #9DB25D
Black with #9DB25D
Text Example
Text Example
White with #9DB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB25D; }
p { color: rgb(157,178,93); }
H1.HeaderClassName
{
color: #9DB25D;
}
.AnyTagClassName
{
color: #9DB25D;
}
</style>
background-color css
<style>
a { background-color: #9DB25D; }
a { background-color: rgb(157,178,93); }
div.DivClassName
{
background-color: #9DB25D;
}
.BgClassName
{
background-color: #9DB25D;
}
</style>
border-color css
<style>
span { border-color: #9DB25D; }
span { border-color: rgb(157,178,93); }
td.TdClassName
{
border-color: #9DB25D;
}
.TagClassName
{
border-color: #9DB25D;
}
</style>