Shades of Green Smoke #9BA248
Tints of Green Smoke #9BA248
RGB
CMYK
RGB Variations
Color information
#9BA248 (or 0x9BA248) is known color: Green Smoke. HEX triplet: 9B, A2 and 48. RGB value is (155,162,72). Sum of RGB (Red+Green+Blue) = 155+162+72=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA248 is #645DB7. Grayscale: #959595. Windows color (decimal): -6577592 or 4760219. OLE color: 4760219.
HSL color Cylindrical-coordinate representation of color #9BA248: hue angle of 64.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BA248 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 72 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.36 |
| HSL | 64.67º | 0.38% | 0.46% | - |
| HSV(B) | 64.67º | 0.56% | 0.64% | - |
| XYZ | 27.61 | 33.28 | 11.1 | - |
| YUV | 149.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 72 | 0.04 | 0 | 0.56 | 0.36 | 64.67 | 0.38 | 0.46 |
| Hex | 9B | A2 | 48 | 4 | 0 | 38 | 24 | 41 | 26 | 2E |
| Octal | 233 | 242 | 110 | 4 | 0 | 70 | 44 | 101 | 46 | 56 |
| Binary | 10011011 | 10100010 | 1001000 | 100 | 0 | 111000 | 100100 | 1000001 | 100110 | 101110 |
Color Harmonies of #9BA248
Complementary color
Monochromatic Colors of #9BA248
Black with #9BA248
Text Example
Text Example
White with #9BA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA248; }
p { color: rgb(155,162,72); }
H1.HeaderClassName
{
color: #9BA248;
}
.AnyTagClassName
{
color: #9BA248;
}
</style>
background-color css
<style>
a { background-color: #9BA248; }
a { background-color: rgb(155,162,72); }
div.DivClassName
{
background-color: #9BA248;
}
.BgClassName
{
background-color: #9BA248;
}
</style>
border-color css
<style>
span { border-color: #9BA248; }
span { border-color: rgb(155,162,72); }
td.TdClassName
{
border-color: #9BA248;
}
.TagClassName
{
border-color: #9BA248;
}
</style>