Shades of Green Smoke #9CB463
Tints of Green Smoke #9CB463
RGB
CMYK
RGB Variations
Color information
#9CB463 (or 0x9CB463) is known color: Green Smoke. HEX triplet: 9C, B4 and 63. RGB value is (156,180,99). Sum of RGB (Red+Green+Blue) = 156+180+99=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB463 is #634B9C. Grayscale: #A3A3A3. Windows color (decimal): -6507421 or 6534300. OLE color: 6534300.
HSL color Cylindrical-coordinate representation of color #9CB463: hue angle of 77.78º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CB463 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 99 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.29 |
| HSL | 77.78º | 0.35% | 0.55% | - |
| HSV(B) | 77.78º | 0.45% | 0.71% | - |
| XYZ | 32.28 | 40.61 | 17.94 | - |
| YUV | 163.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 99 | 0.13 | 0 | 0.45 | 0.29 | 77.78 | 0.35 | 0.55 |
| Hex | 9C | B4 | 63 | D | 0 | 2D | 1D | 4E | 23 | 37 |
| Octal | 234 | 264 | 143 | 15 | 0 | 55 | 35 | 116 | 43 | 67 |
| Binary | 10011100 | 10110100 | 1100011 | 1101 | 0 | 101101 | 11101 | 1001110 | 100011 | 110111 |
Color Harmonies of #9CB463
Complementary color
Monochromatic Colors of #9CB463
Black with #9CB463
Text Example
Text Example
White with #9CB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB463; }
p { color: rgb(156,180,99); }
H1.HeaderClassName
{
color: #9CB463;
}
.AnyTagClassName
{
color: #9CB463;
}
</style>
background-color css
<style>
a { background-color: #9CB463; }
a { background-color: rgb(156,180,99); }
div.DivClassName
{
background-color: #9CB463;
}
.BgClassName
{
background-color: #9CB463;
}
</style>
border-color css
<style>
span { border-color: #9CB463; }
span { border-color: rgb(156,180,99); }
td.TdClassName
{
border-color: #9CB463;
}
.TagClassName
{
border-color: #9CB463;
}
</style>