Shades of Green Smoke #9CB550
Tints of Green Smoke #9CB550
RGB
CMYK
RGB Variations
Color information
#9CB550 (or 0x9CB550) is known color: Green Smoke. HEX triplet: 9C, B5 and 50. RGB value is (156,181,80). Sum of RGB (Red+Green+Blue) = 156+181+80=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB550 is #634AAF. Grayscale: #A2A2A2. Windows color (decimal): -6507184 or 5289372. OLE color: 5289372.
HSL color Cylindrical-coordinate representation of color #9CB550: hue angle of 74.85º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CB550 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 80 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.29 |
| HSL | 74.85º | 0.41% | 0.51% | - |
| HSV(B) | 74.85º | 0.56% | 0.71% | - |
| XYZ | 31.68 | 40.69 | 13.77 | - |
| YUV | 162.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 80 | 0.14 | 0 | 0.56 | 0.29 | 74.85 | 0.41 | 0.51 |
| Hex | 9C | B5 | 50 | E | 0 | 38 | 1D | 4B | 29 | 33 |
| Octal | 234 | 265 | 120 | 16 | 0 | 70 | 35 | 113 | 51 | 63 |
| Binary | 10011100 | 10110101 | 1010000 | 1110 | 0 | 111000 | 11101 | 1001011 | 101001 | 110011 |
Color Harmonies of #9CB550
Complementary color
Monochromatic Colors of #9CB550
Black with #9CB550
Text Example
Text Example
White with #9CB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB550; }
p { color: rgb(156,181,80); }
H1.HeaderClassName
{
color: #9CB550;
}
.AnyTagClassName
{
color: #9CB550;
}
</style>
background-color css
<style>
a { background-color: #9CB550; }
a { background-color: rgb(156,181,80); }
div.DivClassName
{
background-color: #9CB550;
}
.BgClassName
{
background-color: #9CB550;
}
</style>
border-color css
<style>
span { border-color: #9CB550; }
span { border-color: rgb(156,181,80); }
td.TdClassName
{
border-color: #9CB550;
}
.TagClassName
{
border-color: #9CB550;
}
</style>