Shades of Green Smoke #9BA26B
Tints of Green Smoke #9BA26B
RGB
CMYK
RGB Variations
Color information
#9BA26B (or 0x9BA26B) is known color: Green Smoke. HEX triplet: 9B, A2 and 6B. RGB value is (155,162,107). Sum of RGB (Red+Green+Blue) = 155+162+107=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA26B is #645D94. Grayscale: #999999. Windows color (decimal): -6577557 or 7053979. OLE color: 7053979.
HSL color Cylindrical-coordinate representation of color #9BA26B: hue angle of 67.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA26B is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 107 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.36 |
| HSL | 67.64º | 0.23% | 0.53% | - |
| HSV(B) | 67.64º | 0.34% | 0.64% | - |
| XYZ | 29.09 | 33.87 | 18.91 | - |
| YUV | 153.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 107 | 0.04 | 0 | 0.34 | 0.36 | 67.64 | 0.23 | 0.53 |
| Hex | 9B | A2 | 6B | 4 | 0 | 22 | 24 | 44 | 17 | 35 |
| Octal | 233 | 242 | 153 | 4 | 0 | 42 | 44 | 104 | 27 | 65 |
| Binary | 10011011 | 10100010 | 1101011 | 100 | 0 | 100010 | 100100 | 1000100 | 10111 | 110101 |
Color Harmonies of #9BA26B
Complementary color
Monochromatic Colors of #9BA26B
Black with #9BA26B
Text Example
Text Example
White with #9BA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA26B; }
p { color: rgb(155,162,107); }
H1.HeaderClassName
{
color: #9BA26B;
}
.AnyTagClassName
{
color: #9BA26B;
}
</style>
background-color css
<style>
a { background-color: #9BA26B; }
a { background-color: rgb(155,162,107); }
div.DivClassName
{
background-color: #9BA26B;
}
.BgClassName
{
background-color: #9BA26B;
}
</style>
border-color css
<style>
span { border-color: #9BA26B; }
span { border-color: rgb(155,162,107); }
td.TdClassName
{
border-color: #9BA26B;
}
.TagClassName
{
border-color: #9BA26B;
}
</style>