Shades of Green Smoke #9BA24B
Tints of Green Smoke #9BA24B
RGB
CMYK
RGB Variations
Color information
#9BA24B (or 0x9BA24B) is known color: Green Smoke. HEX triplet: 9B, A2 and 4B. RGB value is (155,162,75). Sum of RGB (Red+Green+Blue) = 155+162+75=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA24B is #645DB4. Grayscale: #969696. Windows color (decimal): -6577589 or 4956827. OLE color: 4956827.
HSL color Cylindrical-coordinate representation of color #9BA24B: hue angle of 64.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BA24B is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 75 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.36 |
| HSL | 64.83º | 0.37% | 0.46% | - |
| HSV(B) | 64.83º | 0.54% | 0.64% | - |
| XYZ | 27.71 | 33.32 | 11.63 | - |
| YUV | 149.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 75 | 0.04 | 0 | 0.54 | 0.36 | 64.83 | 0.37 | 0.46 |
| Hex | 9B | A2 | 4B | 4 | 0 | 36 | 24 | 41 | 25 | 2E |
| Octal | 233 | 242 | 113 | 4 | 0 | 66 | 44 | 101 | 45 | 56 |
| Binary | 10011011 | 10100010 | 1001011 | 100 | 0 | 110110 | 100100 | 1000001 | 100101 | 101110 |
Color Harmonies of #9BA24B
Complementary color
Monochromatic Colors of #9BA24B
Black with #9BA24B
Text Example
Text Example
White with #9BA24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA24B; }
p { color: rgb(155,162,75); }
H1.HeaderClassName
{
color: #9BA24B;
}
.AnyTagClassName
{
color: #9BA24B;
}
</style>
background-color css
<style>
a { background-color: #9BA24B; }
a { background-color: rgb(155,162,75); }
div.DivClassName
{
background-color: #9BA24B;
}
.BgClassName
{
background-color: #9BA24B;
}
</style>
border-color css
<style>
span { border-color: #9BA24B; }
span { border-color: rgb(155,162,75); }
td.TdClassName
{
border-color: #9BA24B;
}
.TagClassName
{
border-color: #9BA24B;
}
</style>