Shades of Green Smoke #9CB460
Tints of Green Smoke #9CB460
RGB
CMYK
RGB Variations
Color information
#9CB460 (or 0x9CB460) is known color: Green Smoke. HEX triplet: 9C, B4 and 60. RGB value is (156,180,96). Sum of RGB (Red+Green+Blue) = 156+180+96=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB460 is #634B9F. Grayscale: #A3A3A3. Windows color (decimal): -6507424 or 6337692. OLE color: 6337692.
HSL color Cylindrical-coordinate representation of color #9CB460: hue angle of 77.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CB460 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 96 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.29 |
| HSL | 77.14º | 0.36% | 0.54% | - |
| HSV(B) | 77.14º | 0.47% | 0.71% | - |
| XYZ | 32.14 | 40.55 | 17.2 | - |
| YUV | 163.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 96 | 0.13 | 0 | 0.47 | 0.29 | 77.14 | 0.36 | 0.54 |
| Hex | 9C | B4 | 60 | D | 0 | 2F | 1D | 4D | 24 | 36 |
| Octal | 234 | 264 | 140 | 15 | 0 | 57 | 35 | 115 | 44 | 66 |
| Binary | 10011100 | 10110100 | 1100000 | 1101 | 0 | 101111 | 11101 | 1001101 | 100100 | 110110 |
Color Harmonies of #9CB460
Complementary color
Monochromatic Colors of #9CB460
Black with #9CB460
Text Example
Text Example
White with #9CB460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB460; }
p { color: rgb(156,180,96); }
H1.HeaderClassName
{
color: #9CB460;
}
.AnyTagClassName
{
color: #9CB460;
}
</style>
background-color css
<style>
a { background-color: #9CB460; }
a { background-color: rgb(156,180,96); }
div.DivClassName
{
background-color: #9CB460;
}
.BgClassName
{
background-color: #9CB460;
}
</style>
border-color css
<style>
span { border-color: #9CB460; }
span { border-color: rgb(156,180,96); }
td.TdClassName
{
border-color: #9CB460;
}
.TagClassName
{
border-color: #9CB460;
}
</style>