Shades of Green Smoke #9CB15B
Tints of Green Smoke #9CB15B
RGB
CMYK
RGB Variations
Color information
#9CB15B (or 0x9CB15B) is known color: Green Smoke. HEX triplet: 9C, B1 and 5B. RGB value is (156,177,91). Sum of RGB (Red+Green+Blue) = 156+177+91=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB15B is #634EA4. Grayscale: #A1A1A1. Windows color (decimal): -6508197 or 6009244. OLE color: 6009244.
HSL color Cylindrical-coordinate representation of color #9CB15B: hue angle of 74.65º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CB15B is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 91 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.31 |
| HSL | 74.65º | 0.36% | 0.53% | - |
| HSV(B) | 74.65º | 0.49% | 0.69% | - |
| XYZ | 31.32 | 39.27 | 15.83 | - |
| YUV | 160.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 91 | 0.12 | 0 | 0.49 | 0.31 | 74.65 | 0.36 | 0.53 |
| Hex | 9C | B1 | 5B | C | 0 | 31 | 1F | 4B | 24 | 35 |
| Octal | 234 | 261 | 133 | 14 | 0 | 61 | 37 | 113 | 44 | 65 |
| Binary | 10011100 | 10110001 | 1011011 | 1100 | 0 | 110001 | 11111 | 1001011 | 100100 | 110101 |
Color Harmonies of #9CB15B
Complementary color
Monochromatic Colors of #9CB15B
Black with #9CB15B
Text Example
Text Example
White with #9CB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB15B; }
p { color: rgb(156,177,91); }
H1.HeaderClassName
{
color: #9CB15B;
}
.AnyTagClassName
{
color: #9CB15B;
}
</style>
background-color css
<style>
a { background-color: #9CB15B; }
a { background-color: rgb(156,177,91); }
div.DivClassName
{
background-color: #9CB15B;
}
.BgClassName
{
background-color: #9CB15B;
}
</style>
border-color css
<style>
span { border-color: #9CB15B; }
span { border-color: rgb(156,177,91); }
td.TdClassName
{
border-color: #9CB15B;
}
.TagClassName
{
border-color: #9CB15B;
}
</style>