Shades of Green Smoke #9CBA5A
Tints of Green Smoke #9CBA5A
RGB
CMYK
RGB Variations
Color information
#9CBA5A (or 0x9CBA5A) is known color: Green Smoke. HEX triplet: 9C, BA and 5A. RGB value is (156,186,90). Sum of RGB (Red+Green+Blue) = 156+186+90=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA5A is #6345A5. Grayscale: #A6A6A6. Windows color (decimal): -6505894 or 5946012. OLE color: 5946012.
HSL color Cylindrical-coordinate representation of color #9CBA5A: hue angle of 78.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CBA5A is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 90 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.27 |
| HSL | 78.75º | 0.41% | 0.54% | - |
| HSV(B) | 78.75º | 0.52% | 0.73% | - |
| XYZ | 33.11 | 42.92 | 16.21 | - |
| YUV | 166.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 90 | 0.16 | 0 | 0.52 | 0.27 | 78.75 | 0.41 | 0.54 |
| Hex | 9C | BA | 5A | 10 | 0 | 34 | 1B | 4F | 29 | 36 |
| Octal | 234 | 272 | 132 | 20 | 0 | 64 | 33 | 117 | 51 | 66 |
| Binary | 10011100 | 10111010 | 1011010 | 10000 | 0 | 110100 | 11011 | 1001111 | 101001 | 110110 |
Color Harmonies of #9CBA5A
Complementary color
Monochromatic Colors of #9CBA5A
Black with #9CBA5A
Text Example
Text Example
White with #9CBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA5A; }
p { color: rgb(156,186,90); }
H1.HeaderClassName
{
color: #9CBA5A;
}
.AnyTagClassName
{
color: #9CBA5A;
}
</style>
background-color css
<style>
a { background-color: #9CBA5A; }
a { background-color: rgb(156,186,90); }
div.DivClassName
{
background-color: #9CBA5A;
}
.BgClassName
{
background-color: #9CBA5A;
}
</style>
border-color css
<style>
span { border-color: #9CBA5A; }
span { border-color: rgb(156,186,90); }
td.TdClassName
{
border-color: #9CBA5A;
}
.TagClassName
{
border-color: #9CBA5A;
}
</style>