Shades of Green Smoke #9BA24D
Tints of Green Smoke #9BA24D
RGB
CMYK
RGB Variations
Color information
#9BA24D (or 0x9BA24D) is known color: Green Smoke. HEX triplet: 9B, A2 and 4D. RGB value is (155,162,77). Sum of RGB (Red+Green+Blue) = 155+162+77=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA24D is #645DB2. Grayscale: #969696. Windows color (decimal): -6577587 or 5087899. OLE color: 5087899.
HSL color Cylindrical-coordinate representation of color #9BA24D: hue angle of 64.94º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BA24D is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 77 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.36 |
| HSL | 64.94º | 0.36% | 0.47% | - |
| HSV(B) | 64.94º | 0.52% | 0.64% | - |
| XYZ | 27.78 | 33.35 | 11.99 | - |
| YUV | 150.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 77 | 0.04 | 0 | 0.52 | 0.36 | 64.94 | 0.36 | 0.47 |
| Hex | 9B | A2 | 4D | 4 | 0 | 34 | 24 | 41 | 24 | 2F |
| Octal | 233 | 242 | 115 | 4 | 0 | 64 | 44 | 101 | 44 | 57 |
| Binary | 10011011 | 10100010 | 1001101 | 100 | 0 | 110100 | 100100 | 1000001 | 100100 | 101111 |
Color Harmonies of #9BA24D
Complementary color
Monochromatic Colors of #9BA24D
Black with #9BA24D
Text Example
Text Example
White with #9BA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA24D; }
p { color: rgb(155,162,77); }
H1.HeaderClassName
{
color: #9BA24D;
}
.AnyTagClassName
{
color: #9BA24D;
}
</style>
background-color css
<style>
a { background-color: #9BA24D; }
a { background-color: rgb(155,162,77); }
div.DivClassName
{
background-color: #9BA24D;
}
.BgClassName
{
background-color: #9BA24D;
}
</style>
border-color css
<style>
span { border-color: #9BA24D; }
span { border-color: rgb(155,162,77); }
td.TdClassName
{
border-color: #9BA24D;
}
.TagClassName
{
border-color: #9BA24D;
}
</style>