Shades of Green Smoke #9BA26D
Tints of Green Smoke #9BA26D
RGB
CMYK
RGB Variations
Color information
#9BA26D (or 0x9BA26D) is known color: Green Smoke. HEX triplet: 9B, A2 and 6D. RGB value is (155,162,109). Sum of RGB (Red+Green+Blue) = 155+162+109=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA26D is #645D92. Grayscale: #9A9A9A. Windows color (decimal): -6577555 or 7185051. OLE color: 7185051.
HSL color Cylindrical-coordinate representation of color #9BA26D: hue angle of 67.92º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BA26D is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 109 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.36 |
| HSL | 67.92º | 0.22% | 0.53% | - |
| HSV(B) | 67.92º | 0.33% | 0.64% | - |
| XYZ | 29.2 | 33.91 | 19.48 | - |
| YUV | 153.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 109 | 0.04 | 0 | 0.33 | 0.36 | 67.92 | 0.22 | 0.53 |
| Hex | 9B | A2 | 6D | 4 | 0 | 21 | 24 | 44 | 16 | 35 |
| Octal | 233 | 242 | 155 | 4 | 0 | 41 | 44 | 104 | 26 | 65 |
| Binary | 10011011 | 10100010 | 1101101 | 100 | 0 | 100001 | 100100 | 1000100 | 10110 | 110101 |
Color Harmonies of #9BA26D
Complementary color
Monochromatic Colors of #9BA26D
Black with #9BA26D
Text Example
Text Example
White with #9BA26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA26D; }
p { color: rgb(155,162,109); }
H1.HeaderClassName
{
color: #9BA26D;
}
.AnyTagClassName
{
color: #9BA26D;
}
</style>
background-color css
<style>
a { background-color: #9BA26D; }
a { background-color: rgb(155,162,109); }
div.DivClassName
{
background-color: #9BA26D;
}
.BgClassName
{
background-color: #9BA26D;
}
</style>
border-color css
<style>
span { border-color: #9BA26D; }
span { border-color: rgb(155,162,109); }
td.TdClassName
{
border-color: #9BA26D;
}
.TagClassName
{
border-color: #9BA26D;
}
</style>