Shades of Green Smoke #9BA54F
Tints of Green Smoke #9BA54F
RGB
CMYK
RGB Variations
Color information
#9BA54F (or 0x9BA54F) is known color: Green Smoke. HEX triplet: 9B, A5 and 4F. RGB value is (155,165,79). Sum of RGB (Red+Green+Blue) = 155+165+79=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA54F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA54F is #645AB0. Grayscale: #989898. Windows color (decimal): -6576817 or 5219739. OLE color: 5219739.
HSL color Cylindrical-coordinate representation of color #9BA54F: hue angle of 66.98º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BA54F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 79 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.35 |
| HSL | 66.98º | 0.35% | 0.48% | - |
| HSV(B) | 66.98º | 0.52% | 0.65% | - |
| XYZ | 28.38 | 34.44 | 12.55 | - |
| YUV | 152.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 79 | 0.06 | 0 | 0.52 | 0.35 | 66.98 | 0.35 | 0.48 |
| Hex | 9B | A5 | 4F | 6 | 0 | 34 | 23 | 43 | 23 | 30 |
| Octal | 233 | 245 | 117 | 6 | 0 | 64 | 43 | 103 | 43 | 60 |
| Binary | 10011011 | 10100101 | 1001111 | 110 | 0 | 110100 | 100011 | 1000011 | 100011 | 110000 |
Color Harmonies of #9BA54F
Complementary color
Monochromatic Colors of #9BA54F
Black with #9BA54F
Text Example
Text Example
White with #9BA54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA54F; }
p { color: rgb(155,165,79); }
H1.HeaderClassName
{
color: #9BA54F;
}
.AnyTagClassName
{
color: #9BA54F;
}
</style>
background-color css
<style>
a { background-color: #9BA54F; }
a { background-color: rgb(155,165,79); }
div.DivClassName
{
background-color: #9BA54F;
}
.BgClassName
{
background-color: #9BA54F;
}
</style>
border-color css
<style>
span { border-color: #9BA54F; }
span { border-color: rgb(155,165,79); }
td.TdClassName
{
border-color: #9BA54F;
}
.TagClassName
{
border-color: #9BA54F;
}
</style>