Shades of Green Smoke #9CB267
Tints of Green Smoke #9CB267
RGB
CMYK
RGB Variations
Color information
#9CB267 (or 0x9CB267) is known color: Green Smoke. HEX triplet: 9C, B2 and 67. RGB value is (156,178,103). Sum of RGB (Red+Green+Blue) = 156+178+103=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB267 is #634D98. Grayscale: #A3A3A3. Windows color (decimal): -6507929 or 6795932. OLE color: 6795932.
HSL color Cylindrical-coordinate representation of color #9CB267: hue angle of 77.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CB267 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 103 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.30 |
| HSL | 77.6º | 0.33% | 0.55% | - |
| HSV(B) | 77.6º | 0.42% | 0.7% | - |
| XYZ | 32.08 | 39.89 | 18.84 | - |
| YUV | 162.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 103 | 0.12 | 0 | 0.42 | 0.30 | 77.6 | 0.33 | 0.55 |
| Hex | 9C | B2 | 67 | C | 0 | 2A | 1E | 4E | 21 | 37 |
| Octal | 234 | 262 | 147 | 14 | 0 | 52 | 36 | 116 | 41 | 67 |
| Binary | 10011100 | 10110010 | 1100111 | 1100 | 0 | 101010 | 11110 | 1001110 | 100001 | 110111 |
Color Harmonies of #9CB267
Complementary color
Monochromatic Colors of #9CB267
Black with #9CB267
Text Example
Text Example
White with #9CB267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB267; }
p { color: rgb(156,178,103); }
H1.HeaderClassName
{
color: #9CB267;
}
.AnyTagClassName
{
color: #9CB267;
}
</style>
background-color css
<style>
a { background-color: #9CB267; }
a { background-color: rgb(156,178,103); }
div.DivClassName
{
background-color: #9CB267;
}
.BgClassName
{
background-color: #9CB267;
}
</style>
border-color css
<style>
span { border-color: #9CB267; }
span { border-color: rgb(156,178,103); }
td.TdClassName
{
border-color: #9CB267;
}
.TagClassName
{
border-color: #9CB267;
}
</style>