Shades of Green Smoke #9CA350
Tints of Green Smoke #9CA350
RGB
CMYK
RGB Variations
Color information
#9CA350 (or 0x9CA350) is known color: Green Smoke. HEX triplet: 9C, A3 and 50. RGB value is (156,163,80). Sum of RGB (Red+Green+Blue) = 156+163+80=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA350 is #635CAF. Grayscale: #979797. Windows color (decimal): -6511792 or 5284764. OLE color: 5284764.
HSL color Cylindrical-coordinate representation of color #9CA350: hue angle of 65.06º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CA350 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 80 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.36 |
| HSL | 65.06º | 0.34% | 0.48% | - |
| HSV(B) | 65.06º | 0.51% | 0.64% | - |
| XYZ | 28.26 | 33.84 | 12.63 | - |
| YUV | 151.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 80 | 0.04 | 0 | 0.51 | 0.36 | 65.06 | 0.34 | 0.48 |
| Hex | 9C | A3 | 50 | 4 | 0 | 33 | 24 | 41 | 22 | 30 |
| Octal | 234 | 243 | 120 | 4 | 0 | 63 | 44 | 101 | 42 | 60 |
| Binary | 10011100 | 10100011 | 1010000 | 100 | 0 | 110011 | 100100 | 1000001 | 100010 | 110000 |
Color Harmonies of #9CA350
Complementary color
Monochromatic Colors of #9CA350
Black with #9CA350
Text Example
Text Example
White with #9CA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA350; }
p { color: rgb(156,163,80); }
H1.HeaderClassName
{
color: #9CA350;
}
.AnyTagClassName
{
color: #9CA350;
}
</style>
background-color css
<style>
a { background-color: #9CA350; }
a { background-color: rgb(156,163,80); }
div.DivClassName
{
background-color: #9CA350;
}
.BgClassName
{
background-color: #9CA350;
}
</style>
border-color css
<style>
span { border-color: #9CA350; }
span { border-color: rgb(156,163,80); }
td.TdClassName
{
border-color: #9CA350;
}
.TagClassName
{
border-color: #9CA350;
}
</style>