Shades of Green Smoke #9BAD60
Tints of Green Smoke #9BAD60
RGB
CMYK
RGB Variations
Color information
#9BAD60 (or 0x9BAD60) is known color: Green Smoke. HEX triplet: 9B, AD and 60. RGB value is (155,173,96). Sum of RGB (Red+Green+Blue) = 155+173+96=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD60 is #64529F. Grayscale: #9F9F9F. Windows color (decimal): -6574752 or 6335899. OLE color: 6335899.
HSL color Cylindrical-coordinate representation of color #9BAD60: hue angle of 74.03º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BAD60 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 96 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.32 |
| HSL | 74.03º | 0.32% | 0.53% | - |
| HSV(B) | 74.03º | 0.45% | 0.68% | - |
| XYZ | 30.57 | 37.7 | 16.73 | - |
| YUV | 158.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 96 | 0.10 | 0 | 0.45 | 0.32 | 74.03 | 0.32 | 0.53 |
| Hex | 9B | AD | 60 | A | 0 | 2D | 20 | 4A | 20 | 35 |
| Octal | 233 | 255 | 140 | 12 | 0 | 55 | 40 | 112 | 40 | 65 |
| Binary | 10011011 | 10101101 | 1100000 | 1010 | 0 | 101101 | 100000 | 1001010 | 100000 | 110101 |
Color Harmonies of #9BAD60
Complementary color
Monochromatic Colors of #9BAD60
Black with #9BAD60
Text Example
Text Example
White with #9BAD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD60; }
p { color: rgb(155,173,96); }
H1.HeaderClassName
{
color: #9BAD60;
}
.AnyTagClassName
{
color: #9BAD60;
}
</style>
background-color css
<style>
a { background-color: #9BAD60; }
a { background-color: rgb(155,173,96); }
div.DivClassName
{
background-color: #9BAD60;
}
.BgClassName
{
background-color: #9BAD60;
}
</style>
border-color css
<style>
span { border-color: #9BAD60; }
span { border-color: rgb(155,173,96); }
td.TdClassName
{
border-color: #9BAD60;
}
.TagClassName
{
border-color: #9BAD60;
}
</style>