Shades of Green Smoke #9BA262
Tints of Green Smoke #9BA262
RGB
CMYK
RGB Variations
Color information
#9BA262 (or 0x9BA262) is known color: Green Smoke. HEX triplet: 9B, A2 and 62. RGB value is (155,162,98). Sum of RGB (Red+Green+Blue) = 155+162+98=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA262 is #645D9D. Grayscale: #989898. Windows color (decimal): -6577566 or 6464155. OLE color: 6464155.
HSL color Cylindrical-coordinate representation of color #9BA262: hue angle of 66.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BA262 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 98 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.36 |
| HSL | 66.56º | 0.26% | 0.51% | - |
| HSV(B) | 66.56º | 0.4% | 0.64% | - |
| XYZ | 28.64 | 33.69 | 16.55 | - |
| YUV | 152.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 98 | 0.04 | 0 | 0.40 | 0.36 | 66.56 | 0.26 | 0.51 |
| Hex | 9B | A2 | 62 | 4 | 0 | 28 | 24 | 43 | 1A | 33 |
| Octal | 233 | 242 | 142 | 4 | 0 | 50 | 44 | 103 | 32 | 63 |
| Binary | 10011011 | 10100010 | 1100010 | 100 | 0 | 101000 | 100100 | 1000011 | 11010 | 110011 |
Color Harmonies of #9BA262
Complementary color
Monochromatic Colors of #9BA262
Black with #9BA262
Text Example
Text Example
White with #9BA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA262; }
p { color: rgb(155,162,98); }
H1.HeaderClassName
{
color: #9BA262;
}
.AnyTagClassName
{
color: #9BA262;
}
</style>
background-color css
<style>
a { background-color: #9BA262; }
a { background-color: rgb(155,162,98); }
div.DivClassName
{
background-color: #9BA262;
}
.BgClassName
{
background-color: #9BA262;
}
</style>
border-color css
<style>
span { border-color: #9BA262; }
span { border-color: rgb(155,162,98); }
td.TdClassName
{
border-color: #9BA262;
}
.TagClassName
{
border-color: #9BA262;
}
</style>