Shades of Green Smoke #9BA266
Tints of Green Smoke #9BA266
RGB
CMYK
RGB Variations
Color information
#9BA266 (or 0x9BA266) is known color: Green Smoke. HEX triplet: 9B, A2 and 66. RGB value is (155,162,102). Sum of RGB (Red+Green+Blue) = 155+162+102=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA266 is #645D99. Grayscale: #999999. Windows color (decimal): -6577562 or 6726299. OLE color: 6726299.
HSL color Cylindrical-coordinate representation of color #9BA266: hue angle of 67º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BA266 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 102 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.36 |
| HSL | 67º | 0.24% | 0.52% | - |
| HSV(B) | 67º | 0.37% | 0.64% | - |
| XYZ | 28.84 | 33.77 | 17.57 | - |
| YUV | 153.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 102 | 0.04 | 0 | 0.37 | 0.36 | 67 | 0.24 | 0.52 |
| Hex | 9B | A2 | 66 | 4 | 0 | 25 | 24 | 43 | 18 | 34 |
| Octal | 233 | 242 | 146 | 4 | 0 | 45 | 44 | 103 | 30 | 64 |
| Binary | 10011011 | 10100010 | 1100110 | 100 | 0 | 100101 | 100100 | 1000011 | 11000 | 110100 |
Color Harmonies of #9BA266
Complementary color
Monochromatic Colors of #9BA266
Black with #9BA266
Text Example
Text Example
White with #9BA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA266; }
p { color: rgb(155,162,102); }
H1.HeaderClassName
{
color: #9BA266;
}
.AnyTagClassName
{
color: #9BA266;
}
</style>
background-color css
<style>
a { background-color: #9BA266; }
a { background-color: rgb(155,162,102); }
div.DivClassName
{
background-color: #9BA266;
}
.BgClassName
{
background-color: #9BA266;
}
</style>
border-color css
<style>
span { border-color: #9BA266; }
span { border-color: rgb(155,162,102); }
td.TdClassName
{
border-color: #9BA266;
}
.TagClassName
{
border-color: #9BA266;
}
</style>