Shades of Green Smoke #9BAE46
Tints of Green Smoke #9BAE46
RGB
CMYK
RGB Variations
Color information
#9BAE46 (or 0x9BAE46) is known color: Green Smoke. HEX triplet: 9B, AE and 46. RGB value is (155,174,70). Sum of RGB (Red+Green+Blue) = 155+174+70=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE46 is #6451B9. Grayscale: #9C9C9C. Windows color (decimal): -6574522 or 4632219. OLE color: 4632219.
HSL color Cylindrical-coordinate representation of color #9BAE46: hue angle of 70.96º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BAE46 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 70 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.32 |
| HSL | 70.96º | 0.43% | 0.48% | - |
| HSV(B) | 70.96º | 0.6% | 0.68% | - |
| XYZ | 29.76 | 37.68 | 11.5 | - |
| YUV | 156.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 70 | 0.11 | 0 | 0.60 | 0.32 | 70.96 | 0.43 | 0.48 |
| Hex | 9B | AE | 46 | B | 0 | 3C | 20 | 47 | 2B | 30 |
| Octal | 233 | 256 | 106 | 13 | 0 | 74 | 40 | 107 | 53 | 60 |
| Binary | 10011011 | 10101110 | 1000110 | 1011 | 0 | 111100 | 100000 | 1000111 | 101011 | 110000 |
Color Harmonies of #9BAE46
Complementary color
Monochromatic Colors of #9BAE46
Black with #9BAE46
Text Example
Text Example
White with #9BAE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE46; }
p { color: rgb(155,174,70); }
H1.HeaderClassName
{
color: #9BAE46;
}
.AnyTagClassName
{
color: #9BAE46;
}
</style>
background-color css
<style>
a { background-color: #9BAE46; }
a { background-color: rgb(155,174,70); }
div.DivClassName
{
background-color: #9BAE46;
}
.BgClassName
{
background-color: #9BAE46;
}
</style>
border-color css
<style>
span { border-color: #9BAE46; }
span { border-color: rgb(155,174,70); }
td.TdClassName
{
border-color: #9BAE46;
}
.TagClassName
{
border-color: #9BAE46;
}
</style>