Shades of Green Smoke #9BA36E
Tints of Green Smoke #9BA36E
RGB
CMYK
RGB Variations
Color information
#9BA36E (or 0x9BA36E) is known color: Green Smoke. HEX triplet: 9B, A3 and 6E. RGB value is (155,163,110). Sum of RGB (Red+Green+Blue) = 155+163+110=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA36E is #645C91. Grayscale: #9A9A9A. Windows color (decimal): -6577298 or 7250843. OLE color: 7250843.
HSL color Cylindrical-coordinate representation of color #9BA36E: hue angle of 69.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BA36E is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 110 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.36 |
| HSL | 69.06º | 0.22% | 0.54% | - |
| HSV(B) | 69.06º | 0.33% | 0.64% | - |
| XYZ | 29.43 | 34.29 | 19.82 | - |
| YUV | 154.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 110 | 0.05 | 0 | 0.33 | 0.36 | 69.06 | 0.22 | 0.54 |
| Hex | 9B | A3 | 6E | 5 | 0 | 21 | 24 | 45 | 16 | 36 |
| Octal | 233 | 243 | 156 | 5 | 0 | 41 | 44 | 105 | 26 | 66 |
| Binary | 10011011 | 10100011 | 1101110 | 101 | 0 | 100001 | 100100 | 1000101 | 10110 | 110110 |
Color Harmonies of #9BA36E
Complementary color
Monochromatic Colors of #9BA36E
Black with #9BA36E
Text Example
Text Example
White with #9BA36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA36E; }
p { color: rgb(155,163,110); }
H1.HeaderClassName
{
color: #9BA36E;
}
.AnyTagClassName
{
color: #9BA36E;
}
</style>
background-color css
<style>
a { background-color: #9BA36E; }
a { background-color: rgb(155,163,110); }
div.DivClassName
{
background-color: #9BA36E;
}
.BgClassName
{
background-color: #9BA36E;
}
</style>
border-color css
<style>
span { border-color: #9BA36E; }
span { border-color: rgb(155,163,110); }
td.TdClassName
{
border-color: #9BA36E;
}
.TagClassName
{
border-color: #9BA36E;
}
</style>