Shades of Green Smoke #9BAB62
Tints of Green Smoke #9BAB62
RGB
CMYK
RGB Variations
Color information
#9BAB62 (or 0x9BAB62) is known color: Green Smoke. HEX triplet: 9B, AB and 62. RGB value is (155,171,98). Sum of RGB (Red+Green+Blue) = 155+171+98=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB62 is #64549D. Grayscale: #9E9E9E. Windows color (decimal): -6575262 or 6466459. OLE color: 6466459.
HSL color Cylindrical-coordinate representation of color #9BAB62: hue angle of 73.15º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BAB62 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 98 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.33 |
| HSL | 73.15º | 0.3% | 0.53% | - |
| HSV(B) | 73.15º | 0.43% | 0.67% | - |
| XYZ | 30.29 | 36.98 | 17.1 | - |
| YUV | 157.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 98 | 0.09 | 0 | 0.43 | 0.33 | 73.15 | 0.3 | 0.53 |
| Hex | 9B | AB | 62 | 9 | 0 | 2B | 21 | 49 | 1E | 35 |
| Octal | 233 | 253 | 142 | 11 | 0 | 53 | 41 | 111 | 36 | 65 |
| Binary | 10011011 | 10101011 | 1100010 | 1001 | 0 | 101011 | 100001 | 1001001 | 11110 | 110101 |
Color Harmonies of #9BAB62
Complementary color
Monochromatic Colors of #9BAB62
Black with #9BAB62
Text Example
Text Example
White with #9BAB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB62; }
p { color: rgb(155,171,98); }
H1.HeaderClassName
{
color: #9BAB62;
}
.AnyTagClassName
{
color: #9BAB62;
}
</style>
background-color css
<style>
a { background-color: #9BAB62; }
a { background-color: rgb(155,171,98); }
div.DivClassName
{
background-color: #9BAB62;
}
.BgClassName
{
background-color: #9BAB62;
}
</style>
border-color css
<style>
span { border-color: #9BAB62; }
span { border-color: rgb(155,171,98); }
td.TdClassName
{
border-color: #9BAB62;
}
.TagClassName
{
border-color: #9BAB62;
}
</style>