Shades of Green Smoke #9CB450
Tints of Green Smoke #9CB450
RGB
CMYK
RGB Variations
Color information
#9CB450 (or 0x9CB450) is known color: Green Smoke. HEX triplet: 9C, B4 and 50. RGB value is (156,180,80). Sum of RGB (Red+Green+Blue) = 156+180+80=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB450 is #634BAF. Grayscale: #A1A1A1. Windows color (decimal): -6507440 or 5289116. OLE color: 5289116.
HSL color Cylindrical-coordinate representation of color #9CB450: hue angle of 74.4º degrees, saturation: 0.4, 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 #9CB450 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 80 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.29 |
| HSL | 74.4º | 0.4% | 0.51% | - |
| HSV(B) | 74.4º | 0.56% | 0.71% | - |
| XYZ | 31.48 | 40.29 | 13.71 | - |
| YUV | 161.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 80 | 0.13 | 0 | 0.56 | 0.29 | 74.4 | 0.4 | 0.51 |
| Hex | 9C | B4 | 50 | D | 0 | 38 | 1D | 4A | 28 | 33 |
| Octal | 234 | 264 | 120 | 15 | 0 | 70 | 35 | 112 | 50 | 63 |
| Binary | 10011100 | 10110100 | 1010000 | 1101 | 0 | 111000 | 11101 | 1001010 | 101000 | 110011 |
Color Harmonies of #9CB450
Complementary color
Monochromatic Colors of #9CB450
Black with #9CB450
Text Example
Text Example
White with #9CB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB450; }
p { color: rgb(156,180,80); }
H1.HeaderClassName
{
color: #9CB450;
}
.AnyTagClassName
{
color: #9CB450;
}
</style>
background-color css
<style>
a { background-color: #9CB450; }
a { background-color: rgb(156,180,80); }
div.DivClassName
{
background-color: #9CB450;
}
.BgClassName
{
background-color: #9CB450;
}
</style>
border-color css
<style>
span { border-color: #9CB450; }
span { border-color: rgb(156,180,80); }
td.TdClassName
{
border-color: #9CB450;
}
.TagClassName
{
border-color: #9CB450;
}
</style>