Shades of Green Smoke #9BAD4D
Tints of Green Smoke #9BAD4D
RGB
CMYK
RGB Variations
Color information
#9BAD4D (or 0x9BAD4D) is known color: Green Smoke. HEX triplet: 9B, AD and 4D. RGB value is (155,173,77). Sum of RGB (Red+Green+Blue) = 155+173+77=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD4D is #6452B2. Grayscale: #9D9D9D. Windows color (decimal): -6574771 or 5090715. OLE color: 5090715.
HSL color Cylindrical-coordinate representation of color #9BAD4D: hue angle of 71.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BAD4D is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 77 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.32 |
| HSL | 71.25º | 0.38% | 0.49% | - |
| HSV(B) | 71.25º | 0.55% | 0.68% | - |
| XYZ | 29.8 | 37.39 | 12.67 | - |
| YUV | 156.67 | 83.04 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 77 | 0.10 | 0 | 0.55 | 0.32 | 71.25 | 0.38 | 0.49 |
| Hex | 9B | AD | 4D | A | 0 | 37 | 20 | 47 | 26 | 31 |
| Octal | 233 | 255 | 115 | 12 | 0 | 67 | 40 | 107 | 46 | 61 |
| Binary | 10011011 | 10101101 | 1001101 | 1010 | 0 | 110111 | 100000 | 1000111 | 100110 | 110001 |
Color Harmonies of #9BAD4D
Complementary color
Monochromatic Colors of #9BAD4D
Black with #9BAD4D
Text Example
Text Example
White with #9BAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD4D; }
p { color: rgb(155,173,77); }
H1.HeaderClassName
{
color: #9BAD4D;
}
.AnyTagClassName
{
color: #9BAD4D;
}
</style>
background-color css
<style>
a { background-color: #9BAD4D; }
a { background-color: rgb(155,173,77); }
div.DivClassName
{
background-color: #9BAD4D;
}
.BgClassName
{
background-color: #9BAD4D;
}
</style>
border-color css
<style>
span { border-color: #9BAD4D; }
span { border-color: rgb(155,173,77); }
td.TdClassName
{
border-color: #9BAD4D;
}
.TagClassName
{
border-color: #9BAD4D;
}
</style>