Shades of Green Smoke #9CB25E
Tints of Green Smoke #9CB25E
RGB
CMYK
RGB Variations
Color information
#9CB25E (or 0x9CB25E) is known color: Green Smoke. HEX triplet: 9C, B2 and 5E. RGB value is (156,178,94). Sum of RGB (Red+Green+Blue) = 156+178+94=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB25E is #634DA1. Grayscale: #A2A2A2. Windows color (decimal): -6507938 or 6206108. OLE color: 6206108.
HSL color Cylindrical-coordinate representation of color #9CB25E: hue angle of 75.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CB25E is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 94 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.30 |
| HSL | 75.71º | 0.35% | 0.53% | - |
| HSV(B) | 75.71º | 0.47% | 0.7% | - |
| XYZ | 31.65 | 39.72 | 16.59 | - |
| YUV | 161.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 94 | 0.12 | 0 | 0.47 | 0.30 | 75.71 | 0.35 | 0.53 |
| Hex | 9C | B2 | 5E | C | 0 | 2F | 1E | 4C | 23 | 35 |
| Octal | 234 | 262 | 136 | 14 | 0 | 57 | 36 | 114 | 43 | 65 |
| Binary | 10011100 | 10110010 | 1011110 | 1100 | 0 | 101111 | 11110 | 1001100 | 100011 | 110101 |
Color Harmonies of #9CB25E
Complementary color
Monochromatic Colors of #9CB25E
Black with #9CB25E
Text Example
Text Example
White with #9CB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB25E; }
p { color: rgb(156,178,94); }
H1.HeaderClassName
{
color: #9CB25E;
}
.AnyTagClassName
{
color: #9CB25E;
}
</style>
background-color css
<style>
a { background-color: #9CB25E; }
a { background-color: rgb(156,178,94); }
div.DivClassName
{
background-color: #9CB25E;
}
.BgClassName
{
background-color: #9CB25E;
}
</style>
border-color css
<style>
span { border-color: #9CB25E; }
span { border-color: rgb(156,178,94); }
td.TdClassName
{
border-color: #9CB25E;
}
.TagClassName
{
border-color: #9CB25E;
}
</style>