Shades of Green Smoke #9BAE64
Tints of Green Smoke #9BAE64
RGB
CMYK
RGB Variations
Color information
#9BAE64 (or 0x9BAE64) is known color: Green Smoke. HEX triplet: 9B, AE and 64. RGB value is (155,174,100). Sum of RGB (Red+Green+Blue) = 155+174+100=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE64 is #64519B. Grayscale: #A0A0A0. Windows color (decimal): -6574492 or 6598299. OLE color: 6598299.
HSL color Cylindrical-coordinate representation of color #9BAE64: hue angle of 75.41º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BAE64 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 100 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.32 |
| HSL | 75.41º | 0.31% | 0.54% | - |
| HSV(B) | 75.41º | 0.43% | 0.68% | - |
| XYZ | 30.95 | 38.16 | 17.79 | - |
| YUV | 159.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 100 | 0.11 | 0 | 0.43 | 0.32 | 75.41 | 0.31 | 0.54 |
| Hex | 9B | AE | 64 | B | 0 | 2B | 20 | 4B | 1F | 36 |
| Octal | 233 | 256 | 144 | 13 | 0 | 53 | 40 | 113 | 37 | 66 |
| Binary | 10011011 | 10101110 | 1100100 | 1011 | 0 | 101011 | 100000 | 1001011 | 11111 | 110110 |
Color Harmonies of #9BAE64
Complementary color
Monochromatic Colors of #9BAE64
Black with #9BAE64
Text Example
Text Example
White with #9BAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE64; }
p { color: rgb(155,174,100); }
H1.HeaderClassName
{
color: #9BAE64;
}
.AnyTagClassName
{
color: #9BAE64;
}
</style>
background-color css
<style>
a { background-color: #9BAE64; }
a { background-color: rgb(155,174,100); }
div.DivClassName
{
background-color: #9BAE64;
}
.BgClassName
{
background-color: #9BAE64;
}
</style>
border-color css
<style>
span { border-color: #9BAE64; }
span { border-color: rgb(155,174,100); }
td.TdClassName
{
border-color: #9BAE64;
}
.TagClassName
{
border-color: #9BAE64;
}
</style>