Shades of Green Smoke #9CBA54
Tints of Green Smoke #9CBA54
RGB
CMYK
RGB Variations
Color information
#9CBA54 (or 0x9CBA54) is known color: Green Smoke. HEX triplet: 9C, BA and 54. RGB value is (156,186,84). Sum of RGB (Red+Green+Blue) = 156+186+84=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA54 is #6345AB. Grayscale: #A5A5A5. Windows color (decimal): -6505900 or 5552796. OLE color: 5552796.
HSL color Cylindrical-coordinate representation of color #9CBA54: hue angle of 77.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CBA54 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 84 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.27 |
| HSL | 77.65º | 0.43% | 0.53% | - |
| HSV(B) | 77.65º | 0.55% | 0.73% | - |
| XYZ | 32.87 | 42.83 | 14.92 | - |
| YUV | 165.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 84 | 0.16 | 0 | 0.55 | 0.27 | 77.65 | 0.43 | 0.53 |
| Hex | 9C | BA | 54 | 10 | 0 | 37 | 1B | 4E | 2A | 35 |
| Octal | 234 | 272 | 124 | 20 | 0 | 67 | 33 | 116 | 52 | 65 |
| Binary | 10011100 | 10111010 | 1010100 | 10000 | 0 | 110111 | 11011 | 1001110 | 101010 | 110101 |
Color Harmonies of #9CBA54
Complementary color
Monochromatic Colors of #9CBA54
Black with #9CBA54
Text Example
Text Example
White with #9CBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA54; }
p { color: rgb(156,186,84); }
H1.HeaderClassName
{
color: #9CBA54;
}
.AnyTagClassName
{
color: #9CBA54;
}
</style>
background-color css
<style>
a { background-color: #9CBA54; }
a { background-color: rgb(156,186,84); }
div.DivClassName
{
background-color: #9CBA54;
}
.BgClassName
{
background-color: #9CBA54;
}
</style>
border-color css
<style>
span { border-color: #9CBA54; }
span { border-color: rgb(156,186,84); }
td.TdClassName
{
border-color: #9CBA54;
}
.TagClassName
{
border-color: #9CBA54;
}
</style>