Shades of Green Smoke #9CB464
Tints of Green Smoke #9CB464
RGB
CMYK
RGB Variations
Color information
#9CB464 (or 0x9CB464) is known color: Green Smoke. HEX triplet: 9C, B4 and 64. RGB value is (156,180,100). Sum of RGB (Red+Green+Blue) = 156+180+100=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB464 is #634B9B. Grayscale: #A4A4A4. Windows color (decimal): -6507420 or 6599836. OLE color: 6599836.
HSL color Cylindrical-coordinate representation of color #9CB464: hue angle of 78º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CB464 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 100 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.29 |
| HSL | 78º | 0.35% | 0.55% | - |
| HSV(B) | 78º | 0.44% | 0.71% | - |
| XYZ | 32.33 | 40.63 | 18.2 | - |
| YUV | 163.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 100 | 0.13 | 0 | 0.44 | 0.29 | 78 | 0.35 | 0.55 |
| Hex | 9C | B4 | 64 | D | 0 | 2C | 1D | 4E | 23 | 37 |
| Octal | 234 | 264 | 144 | 15 | 0 | 54 | 35 | 116 | 43 | 67 |
| Binary | 10011100 | 10110100 | 1100100 | 1101 | 0 | 101100 | 11101 | 1001110 | 100011 | 110111 |
Color Harmonies of #9CB464
Complementary color
Monochromatic Colors of #9CB464
Black with #9CB464
Text Example
Text Example
White with #9CB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB464; }
p { color: rgb(156,180,100); }
H1.HeaderClassName
{
color: #9CB464;
}
.AnyTagClassName
{
color: #9CB464;
}
</style>
background-color css
<style>
a { background-color: #9CB464; }
a { background-color: rgb(156,180,100); }
div.DivClassName
{
background-color: #9CB464;
}
.BgClassName
{
background-color: #9CB464;
}
</style>
border-color css
<style>
span { border-color: #9CB464; }
span { border-color: rgb(156,180,100); }
td.TdClassName
{
border-color: #9CB464;
}
.TagClassName
{
border-color: #9CB464;
}
</style>