Shades of Green Smoke #9CB054
Tints of Green Smoke #9CB054
RGB
CMYK
RGB Variations
Color information
#9CB054 (or 0x9CB054) is known color: Green Smoke. HEX triplet: 9C, B0 and 54. RGB value is (156,176,84). Sum of RGB (Red+Green+Blue) = 156+176+84=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB054 is #634FAB. Grayscale: #9F9F9F. Windows color (decimal): -6508460 or 5550236. OLE color: 5550236.
HSL color Cylindrical-coordinate representation of color #9CB054: hue angle of 73.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CB054 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 84 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.31 |
| HSL | 73.04º | 0.37% | 0.51% | - |
| HSV(B) | 73.04º | 0.52% | 0.69% | - |
| XYZ | 30.84 | 38.76 | 14.24 | - |
| YUV | 159.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 84 | 0.11 | 0 | 0.52 | 0.31 | 73.04 | 0.37 | 0.51 |
| Hex | 9C | B0 | 54 | B | 0 | 34 | 1F | 49 | 25 | 33 |
| Octal | 234 | 260 | 124 | 13 | 0 | 64 | 37 | 111 | 45 | 63 |
| Binary | 10011100 | 10110000 | 1010100 | 1011 | 0 | 110100 | 11111 | 1001001 | 100101 | 110011 |
Color Harmonies of #9CB054
Complementary color
Monochromatic Colors of #9CB054
Black with #9CB054
Text Example
Text Example
White with #9CB054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB054; }
p { color: rgb(156,176,84); }
H1.HeaderClassName
{
color: #9CB054;
}
.AnyTagClassName
{
color: #9CB054;
}
</style>
background-color css
<style>
a { background-color: #9CB054; }
a { background-color: rgb(156,176,84); }
div.DivClassName
{
background-color: #9CB054;
}
.BgClassName
{
background-color: #9CB054;
}
</style>
border-color css
<style>
span { border-color: #9CB054; }
span { border-color: rgb(156,176,84); }
td.TdClassName
{
border-color: #9CB054;
}
.TagClassName
{
border-color: #9CB054;
}
</style>