Shades of Green Smoke #9DB14C
Tints of Green Smoke #9DB14C
RGB
CMYK
RGB Variations
Color information
#9DB14C (or 0x9DB14C) is known color: Green Smoke. HEX triplet: 9D, B1 and 4C. RGB value is (157,177,76). Sum of RGB (Red+Green+Blue) = 157+177+76=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB14C is #624EB3. Grayscale: #9F9F9F. Windows color (decimal): -6442676 or 5026205. OLE color: 5026205.
HSL color Cylindrical-coordinate representation of color #9DB14C: hue angle of 71.88º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DB14C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 76 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.31 |
| HSL | 71.88º | 0.4% | 0.5% | - |
| HSV(B) | 71.88º | 0.57% | 0.69% | - |
| XYZ | 30.93 | 39.13 | 12.76 | - |
| YUV | 159.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 76 | 0.11 | 0 | 0.57 | 0.31 | 71.88 | 0.4 | 0.5 |
| Hex | 9D | B1 | 4C | B | 0 | 39 | 1F | 48 | 28 | 32 |
| Octal | 235 | 261 | 114 | 13 | 0 | 71 | 37 | 110 | 50 | 62 |
| Binary | 10011101 | 10110001 | 1001100 | 1011 | 0 | 111001 | 11111 | 1001000 | 101000 | 110010 |
Color Harmonies of #9DB14C
Complementary color
Monochromatic Colors of #9DB14C
Black with #9DB14C
Text Example
Text Example
White with #9DB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB14C; }
p { color: rgb(157,177,76); }
H1.HeaderClassName
{
color: #9DB14C;
}
.AnyTagClassName
{
color: #9DB14C;
}
</style>
background-color css
<style>
a { background-color: #9DB14C; }
a { background-color: rgb(157,177,76); }
div.DivClassName
{
background-color: #9DB14C;
}
.BgClassName
{
background-color: #9DB14C;
}
</style>
border-color css
<style>
span { border-color: #9DB14C; }
span { border-color: rgb(157,177,76); }
td.TdClassName
{
border-color: #9DB14C;
}
.TagClassName
{
border-color: #9DB14C;
}
</style>