Shades of Green Smoke #9DB267
Tints of Green Smoke #9DB267
RGB
CMYK
RGB Variations
Color information
#9DB267 (or 0x9DB267) is known color: Green Smoke. HEX triplet: 9D, B2 and 67. RGB value is (157,178,103). Sum of RGB (Red+Green+Blue) = 157+178+103=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB267 is #624D98. Grayscale: #A3A3A3. Windows color (decimal): -6442393 or 6795933. OLE color: 6795933.
HSL color Cylindrical-coordinate representation of color #9DB267: hue angle of 76.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DB267 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 103 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.30 |
| HSL | 76.8º | 0.33% | 0.55% | - |
| HSV(B) | 76.8º | 0.42% | 0.7% | - |
| XYZ | 32.27 | 39.99 | 18.85 | - |
| YUV | 163.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 103 | 0.12 | 0 | 0.42 | 0.30 | 76.8 | 0.33 | 0.55 |
| Hex | 9D | B2 | 67 | C | 0 | 2A | 1E | 4D | 21 | 37 |
| Octal | 235 | 262 | 147 | 14 | 0 | 52 | 36 | 115 | 41 | 67 |
| Binary | 10011101 | 10110010 | 1100111 | 1100 | 0 | 101010 | 11110 | 1001101 | 100001 | 110111 |
Color Harmonies of #9DB267
Complementary color
Monochromatic Colors of #9DB267
Black with #9DB267
Text Example
Text Example
White with #9DB267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB267; }
p { color: rgb(157,178,103); }
H1.HeaderClassName
{
color: #9DB267;
}
.AnyTagClassName
{
color: #9DB267;
}
</style>
background-color css
<style>
a { background-color: #9DB267; }
a { background-color: rgb(157,178,103); }
div.DivClassName
{
background-color: #9DB267;
}
.BgClassName
{
background-color: #9DB267;
}
</style>
border-color css
<style>
span { border-color: #9DB267; }
span { border-color: rgb(157,178,103); }
td.TdClassName
{
border-color: #9DB267;
}
.TagClassName
{
border-color: #9DB267;
}
</style>