Shades of Green Smoke #9BA26C
Tints of Green Smoke #9BA26C
RGB
CMYK
RGB Variations
Color information
#9BA26C (or 0x9BA26C) is known color: Green Smoke. HEX triplet: 9B, A2 and 6C. RGB value is (155,162,108). Sum of RGB (Red+Green+Blue) = 155+162+108=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA26C is #645D93. Grayscale: #999999. Windows color (decimal): -6577556 or 7119515. OLE color: 7119515.
HSL color Cylindrical-coordinate representation of color #9BA26C: hue angle of 67.78º 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 #9BA26C is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 108 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.36 |
| HSL | 67.78º | 0.23% | 0.53% | - |
| HSV(B) | 67.78º | 0.33% | 0.64% | - |
| XYZ | 29.14 | 33.89 | 19.19 | - |
| YUV | 153.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 108 | 0.04 | 0 | 0.33 | 0.36 | 67.78 | 0.23 | 0.53 |
| Hex | 9B | A2 | 6C | 4 | 0 | 21 | 24 | 44 | 16 | 35 |
| Octal | 233 | 242 | 154 | 4 | 0 | 41 | 44 | 104 | 26 | 65 |
| Binary | 10011011 | 10100010 | 1101100 | 100 | 0 | 100001 | 100100 | 1000100 | 10110 | 110101 |
Color Harmonies of #9BA26C
Complementary color
Monochromatic Colors of #9BA26C
Black with #9BA26C
Text Example
Text Example
White with #9BA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA26C; }
p { color: rgb(155,162,108); }
H1.HeaderClassName
{
color: #9BA26C;
}
.AnyTagClassName
{
color: #9BA26C;
}
</style>
background-color css
<style>
a { background-color: #9BA26C; }
a { background-color: rgb(155,162,108); }
div.DivClassName
{
background-color: #9BA26C;
}
.BgClassName
{
background-color: #9BA26C;
}
</style>
border-color css
<style>
span { border-color: #9BA26C; }
span { border-color: rgb(155,162,108); }
td.TdClassName
{
border-color: #9BA26C;
}
.TagClassName
{
border-color: #9BA26C;
}
</style>