Shades of Green Smoke #9BA14F
Tints of Green Smoke #9BA14F
RGB
CMYK
RGB Variations
Color information
#9BA14F (or 0x9BA14F) is known color: Green Smoke. HEX triplet: 9B, A1 and 4F. RGB value is (155,161,79). Sum of RGB (Red+Green+Blue) = 155+161+79=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA14F is #645EB0. Grayscale: #969696. Windows color (decimal): -6577841 or 5218715. OLE color: 5218715.
HSL color Cylindrical-coordinate representation of color #9BA14F: hue angle of 64.39º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BA14F is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 79 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.37 |
| HSL | 64.39º | 0.34% | 0.47% | - |
| HSV(B) | 64.39º | 0.51% | 0.63% | - |
| XYZ | 27.67 | 33.02 | 12.31 | - |
| YUV | 149.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 79 | 0.04 | 0 | 0.51 | 0.37 | 64.39 | 0.34 | 0.47 |
| Hex | 9B | A1 | 4F | 4 | 0 | 33 | 25 | 40 | 22 | 2F |
| Octal | 233 | 241 | 117 | 4 | 0 | 63 | 45 | 100 | 42 | 57 |
| Binary | 10011011 | 10100001 | 1001111 | 100 | 0 | 110011 | 100101 | 1000000 | 100010 | 101111 |
Color Harmonies of #9BA14F
Complementary color
Monochromatic Colors of #9BA14F
Black with #9BA14F
Text Example
Text Example
White with #9BA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA14F; }
p { color: rgb(155,161,79); }
H1.HeaderClassName
{
color: #9BA14F;
}
.AnyTagClassName
{
color: #9BA14F;
}
</style>
background-color css
<style>
a { background-color: #9BA14F; }
a { background-color: rgb(155,161,79); }
div.DivClassName
{
background-color: #9BA14F;
}
.BgClassName
{
background-color: #9BA14F;
}
</style>
border-color css
<style>
span { border-color: #9BA14F; }
span { border-color: rgb(155,161,79); }
td.TdClassName
{
border-color: #9BA14F;
}
.TagClassName
{
border-color: #9BA14F;
}
</style>