Shades of Green Smoke #9CB553
Tints of Green Smoke #9CB553
RGB
CMYK
RGB Variations
Color information
#9CB553 (or 0x9CB553) is known color: Green Smoke. HEX triplet: 9C, B5 and 53. RGB value is (156,181,83). Sum of RGB (Red+Green+Blue) = 156+181+83=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB553 is #634AAC. Grayscale: #A2A2A2. Windows color (decimal): -6507181 or 5485980. OLE color: 5485980.
HSL color Cylindrical-coordinate representation of color #9CB553: hue angle of 75.31º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CB553 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 83 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.29 |
| HSL | 75.31º | 0.4% | 0.52% | - |
| HSV(B) | 75.31º | 0.54% | 0.71% | - |
| XYZ | 31.8 | 40.74 | 14.37 | - |
| YUV | 162.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 83 | 0.14 | 0 | 0.54 | 0.29 | 75.31 | 0.4 | 0.52 |
| Hex | 9C | B5 | 53 | E | 0 | 36 | 1D | 4B | 28 | 34 |
| Octal | 234 | 265 | 123 | 16 | 0 | 66 | 35 | 113 | 50 | 64 |
| Binary | 10011100 | 10110101 | 1010011 | 1110 | 0 | 110110 | 11101 | 1001011 | 101000 | 110100 |
Color Harmonies of #9CB553
Complementary color
Monochromatic Colors of #9CB553
Black with #9CB553
Text Example
Text Example
White with #9CB553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB553; }
p { color: rgb(156,181,83); }
H1.HeaderClassName
{
color: #9CB553;
}
.AnyTagClassName
{
color: #9CB553;
}
</style>
background-color css
<style>
a { background-color: #9CB553; }
a { background-color: rgb(156,181,83); }
div.DivClassName
{
background-color: #9CB553;
}
.BgClassName
{
background-color: #9CB553;
}
</style>
border-color css
<style>
span { border-color: #9CB553; }
span { border-color: rgb(156,181,83); }
td.TdClassName
{
border-color: #9CB553;
}
.TagClassName
{
border-color: #9CB553;
}
</style>