Shades of Green Smoke #9CB153
Tints of Green Smoke #9CB153
RGB
CMYK
RGB Variations
Color information
#9CB153 (or 0x9CB153) is known color: Green Smoke. HEX triplet: 9C, B1 and 53. RGB value is (156,177,83). Sum of RGB (Red+Green+Blue) = 156+177+83=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB153 is #634EAC. Grayscale: #A0A0A0. Windows color (decimal): -6508205 or 5484956. OLE color: 5484956.
HSL color Cylindrical-coordinate representation of color #9CB153: hue angle of 73.4º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CB153 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 83 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.31 |
| HSL | 73.4º | 0.38% | 0.51% | - |
| HSV(B) | 73.4º | 0.53% | 0.69% | - |
| XYZ | 30.99 | 39.14 | 14.1 | - |
| YUV | 160.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 83 | 0.12 | 0 | 0.53 | 0.31 | 73.4 | 0.38 | 0.51 |
| Hex | 9C | B1 | 53 | C | 0 | 35 | 1F | 49 | 26 | 33 |
| Octal | 234 | 261 | 123 | 14 | 0 | 65 | 37 | 111 | 46 | 63 |
| Binary | 10011100 | 10110001 | 1010011 | 1100 | 0 | 110101 | 11111 | 1001001 | 100110 | 110011 |
Color Harmonies of #9CB153
Complementary color
Monochromatic Colors of #9CB153
Black with #9CB153
Text Example
Text Example
White with #9CB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB153; }
p { color: rgb(156,177,83); }
H1.HeaderClassName
{
color: #9CB153;
}
.AnyTagClassName
{
color: #9CB153;
}
</style>
background-color css
<style>
a { background-color: #9CB153; }
a { background-color: rgb(156,177,83); }
div.DivClassName
{
background-color: #9CB153;
}
.BgClassName
{
background-color: #9CB153;
}
</style>
border-color css
<style>
span { border-color: #9CB153; }
span { border-color: rgb(156,177,83); }
td.TdClassName
{
border-color: #9CB153;
}
.TagClassName
{
border-color: #9CB153;
}
</style>