Shades of Green Smoke #9CB265
Tints of Green Smoke #9CB265
RGB
CMYK
RGB Variations
Color information
#9CB265 (or 0x9CB265) is known color: Green Smoke. HEX triplet: 9C, B2 and 65. RGB value is (156,178,101). Sum of RGB (Red+Green+Blue) = 156+178+101=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB265 is #634D9A. Grayscale: #A2A2A2. Windows color (decimal): -6507931 or 6664860. OLE color: 6664860.
HSL color Cylindrical-coordinate representation of color #9CB265: hue angle of 77.14º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CB265 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 101 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.30 |
| HSL | 77.14º | 0.33% | 0.55% | - |
| HSV(B) | 77.14º | 0.43% | 0.7% | - |
| XYZ | 31.98 | 39.85 | 18.32 | - |
| YUV | 162.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 101 | 0.12 | 0 | 0.43 | 0.30 | 77.14 | 0.33 | 0.55 |
| Hex | 9C | B2 | 65 | C | 0 | 2B | 1E | 4D | 21 | 37 |
| Octal | 234 | 262 | 145 | 14 | 0 | 53 | 36 | 115 | 41 | 67 |
| Binary | 10011100 | 10110010 | 1100101 | 1100 | 0 | 101011 | 11110 | 1001101 | 100001 | 110111 |
Color Harmonies of #9CB265
Complementary color
Monochromatic Colors of #9CB265
Black with #9CB265
Text Example
Text Example
White with #9CB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB265; }
p { color: rgb(156,178,101); }
H1.HeaderClassName
{
color: #9CB265;
}
.AnyTagClassName
{
color: #9CB265;
}
</style>
background-color css
<style>
a { background-color: #9CB265; }
a { background-color: rgb(156,178,101); }
div.DivClassName
{
background-color: #9CB265;
}
.BgClassName
{
background-color: #9CB265;
}
</style>
border-color css
<style>
span { border-color: #9CB265; }
span { border-color: rgb(156,178,101); }
td.TdClassName
{
border-color: #9CB265;
}
.TagClassName
{
border-color: #9CB265;
}
</style>