Shades of Green Smoke #9BA864
Tints of Green Smoke #9BA864
RGB
CMYK
RGB Variations
Color information
#9BA864 (or 0x9BA864) is known color: Green Smoke. HEX triplet: 9B, A8 and 64. RGB value is (155,168,100). Sum of RGB (Red+Green+Blue) = 155+168+100=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA864 is #64579B. Grayscale: #9C9C9C. Windows color (decimal): -6576028 or 6596763. OLE color: 6596763.
HSL color Cylindrical-coordinate representation of color #9BA864: hue angle of 71.47º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BA864 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 100 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.34 |
| HSL | 71.47º | 0.28% | 0.53% | - |
| HSV(B) | 71.47º | 0.4% | 0.66% | - |
| XYZ | 29.82 | 35.89 | 17.41 | - |
| YUV | 156.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 100 | 0.08 | 0 | 0.40 | 0.34 | 71.47 | 0.28 | 0.53 |
| Hex | 9B | A8 | 64 | 8 | 0 | 28 | 22 | 47 | 1C | 35 |
| Octal | 233 | 250 | 144 | 10 | 0 | 50 | 42 | 107 | 34 | 65 |
| Binary | 10011011 | 10101000 | 1100100 | 1000 | 0 | 101000 | 100010 | 1000111 | 11100 | 110101 |
Color Harmonies of #9BA864
Complementary color
Monochromatic Colors of #9BA864
Black with #9BA864
Text Example
Text Example
White with #9BA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA864; }
p { color: rgb(155,168,100); }
H1.HeaderClassName
{
color: #9BA864;
}
.AnyTagClassName
{
color: #9BA864;
}
</style>
background-color css
<style>
a { background-color: #9BA864; }
a { background-color: rgb(155,168,100); }
div.DivClassName
{
background-color: #9BA864;
}
.BgClassName
{
background-color: #9BA864;
}
</style>
border-color css
<style>
span { border-color: #9BA864; }
span { border-color: rgb(155,168,100); }
td.TdClassName
{
border-color: #9BA864;
}
.TagClassName
{
border-color: #9BA864;
}
</style>