Shades of Green Smoke #9BAD65
Tints of Green Smoke #9BAD65
RGB
CMYK
RGB Variations
Color information
#9BAD65 (or 0x9BAD65) is known color: Green Smoke. HEX triplet: 9B, AD and 65. RGB value is (155,173,101). Sum of RGB (Red+Green+Blue) = 155+173+101=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD65 is #64529A. Grayscale: #9F9F9F. Windows color (decimal): -6574747 or 6663579. OLE color: 6663579.
HSL color Cylindrical-coordinate representation of color #9BAD65: hue angle of 75º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BAD65 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 101 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.32 |
| HSL | 75º | 0.31% | 0.54% | - |
| HSV(B) | 75º | 0.42% | 0.68% | - |
| XYZ | 30.81 | 37.8 | 17.98 | - |
| YUV | 159.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 101 | 0.10 | 0 | 0.42 | 0.32 | 75 | 0.31 | 0.54 |
| Hex | 9B | AD | 65 | A | 0 | 2A | 20 | 4B | 1F | 36 |
| Octal | 233 | 255 | 145 | 12 | 0 | 52 | 40 | 113 | 37 | 66 |
| Binary | 10011011 | 10101101 | 1100101 | 1010 | 0 | 101010 | 100000 | 1001011 | 11111 | 110110 |
Color Harmonies of #9BAD65
Complementary color
Monochromatic Colors of #9BAD65
Black with #9BAD65
Text Example
Text Example
White with #9BAD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD65; }
p { color: rgb(155,173,101); }
H1.HeaderClassName
{
color: #9BAD65;
}
.AnyTagClassName
{
color: #9BAD65;
}
</style>
background-color css
<style>
a { background-color: #9BAD65; }
a { background-color: rgb(155,173,101); }
div.DivClassName
{
background-color: #9BAD65;
}
.BgClassName
{
background-color: #9BAD65;
}
</style>
border-color css
<style>
span { border-color: #9BAD65; }
span { border-color: rgb(155,173,101); }
td.TdClassName
{
border-color: #9BAD65;
}
.TagClassName
{
border-color: #9BAD65;
}
</style>