Shades of Green Smoke #9AA55B
Tints of Green Smoke #9AA55B
RGB
CMYK
RGB Variations
Color information
#9AA55B (or 0x9AA55B) is known color: Green Smoke. HEX triplet: 9A, A5 and 5B. RGB value is (154,165,91). Sum of RGB (Red+Green+Blue) = 154+165+91=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA55B is #655AA4. Grayscale: #999999. Windows color (decimal): -6642341 or 6006170. OLE color: 6006170.
HSL color Cylindrical-coordinate representation of color #9AA55B: hue angle of 68.92º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AA55B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 91 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.35 |
| HSL | 68.92º | 0.29% | 0.5% | - |
| HSV(B) | 68.92º | 0.45% | 0.65% | - |
| XYZ | 28.67 | 34.54 | 15.05 | - |
| YUV | 153.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 91 | 0.07 | 0 | 0.45 | 0.35 | 68.92 | 0.29 | 0.5 |
| Hex | 9A | A5 | 5B | 7 | 0 | 2D | 23 | 45 | 1D | 32 |
| Octal | 232 | 245 | 133 | 7 | 0 | 55 | 43 | 105 | 35 | 62 |
| Binary | 10011010 | 10100101 | 1011011 | 111 | 0 | 101101 | 100011 | 1000101 | 11101 | 110010 |
Color Harmonies of #9AA55B
Complementary color
Monochromatic Colors of #9AA55B
Black with #9AA55B
Text Example
Text Example
White with #9AA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA55B; }
p { color: rgb(154,165,91); }
H1.HeaderClassName
{
color: #9AA55B;
}
.AnyTagClassName
{
color: #9AA55B;
}
</style>
background-color css
<style>
a { background-color: #9AA55B; }
a { background-color: rgb(154,165,91); }
div.DivClassName
{
background-color: #9AA55B;
}
.BgClassName
{
background-color: #9AA55B;
}
</style>
border-color css
<style>
span { border-color: #9AA55B; }
span { border-color: rgb(154,165,91); }
td.TdClassName
{
border-color: #9AA55B;
}
.TagClassName
{
border-color: #9AA55B;
}
</style>