Shades of Green Smoke #9CBA57
Tints of Green Smoke #9CBA57
RGB
CMYK
RGB Variations
Color information
#9CBA57 (or 0x9CBA57) is known color: Green Smoke. HEX triplet: 9C, BA and 57. RGB value is (156,186,87). Sum of RGB (Red+Green+Blue) = 156+186+87=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA57 is #6345A8. Grayscale: #A6A6A6. Windows color (decimal): -6505897 or 5749404. OLE color: 5749404.
HSL color Cylindrical-coordinate representation of color #9CBA57: hue angle of 78.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CBA57 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 87 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.27 |
| HSL | 78.18º | 0.42% | 0.54% | - |
| HSV(B) | 78.18º | 0.53% | 0.73% | - |
| XYZ | 32.99 | 42.87 | 15.55 | - |
| YUV | 165.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 87 | 0.16 | 0 | 0.53 | 0.27 | 78.18 | 0.42 | 0.54 |
| Hex | 9C | BA | 57 | 10 | 0 | 35 | 1B | 4E | 2A | 36 |
| Octal | 234 | 272 | 127 | 20 | 0 | 65 | 33 | 116 | 52 | 66 |
| Binary | 10011100 | 10111010 | 1010111 | 10000 | 0 | 110101 | 11011 | 1001110 | 101010 | 110110 |
Color Harmonies of #9CBA57
Complementary color
Monochromatic Colors of #9CBA57
Black with #9CBA57
Text Example
Text Example
White with #9CBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA57; }
p { color: rgb(156,186,87); }
H1.HeaderClassName
{
color: #9CBA57;
}
.AnyTagClassName
{
color: #9CBA57;
}
</style>
background-color css
<style>
a { background-color: #9CBA57; }
a { background-color: rgb(156,186,87); }
div.DivClassName
{
background-color: #9CBA57;
}
.BgClassName
{
background-color: #9CBA57;
}
</style>
border-color css
<style>
span { border-color: #9CBA57; }
span { border-color: rgb(156,186,87); }
td.TdClassName
{
border-color: #9CBA57;
}
.TagClassName
{
border-color: #9CBA57;
}
</style>