Shades of Green Smoke #94A851
Tints of Green Smoke #94A851
RGB
CMYK
RGB Variations
Color information
#94A851 (or 0x94A851) is known color: Green Smoke. HEX triplet: 94, A8 and 51. RGB value is (148,168,81). Sum of RGB (Red+Green+Blue) = 148+168+81=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #94A851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A851 is #6B57AE. Grayscale: #989898. Windows color (decimal): -7034799 or 5351572. OLE color: 5351572.
HSL color Cylindrical-coordinate representation of color #94A851: hue angle of 73.79º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94A851 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 81 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.34 |
| HSL | 73.79º | 0.35% | 0.49% | - |
| HSV(B) | 73.79º | 0.52% | 0.66% | - |
| XYZ | 27.7 | 34.9 | 13.06 | - |
| YUV | 152.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 81 | 0.12 | 0 | 0.52 | 0.34 | 73.79 | 0.35 | 0.49 |
| Hex | 94 | A8 | 51 | C | 0 | 34 | 22 | 4A | 23 | 31 |
| Octal | 224 | 250 | 121 | 14 | 0 | 64 | 42 | 112 | 43 | 61 |
| Binary | 10010100 | 10101000 | 1010001 | 1100 | 0 | 110100 | 100010 | 1001010 | 100011 | 110001 |
Color Harmonies of #94A851
Complementary color
Monochromatic Colors of #94A851
Black with #94A851
Text Example
Text Example
White with #94A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A851; }
p { color: rgb(148,168,81); }
H1.HeaderClassName
{
color: #94A851;
}
.AnyTagClassName
{
color: #94A851;
}
</style>
background-color css
<style>
a { background-color: #94A851; }
a { background-color: rgb(148,168,81); }
div.DivClassName
{
background-color: #94A851;
}
.BgClassName
{
background-color: #94A851;
}
</style>
border-color css
<style>
span { border-color: #94A851; }
span { border-color: rgb(148,168,81); }
td.TdClassName
{
border-color: #94A851;
}
.TagClassName
{
border-color: #94A851;
}
</style>