Shades of Green Smoke #94A852
Tints of Green Smoke #94A852
RGB
CMYK
RGB Variations
Color information
#94A852 (or 0x94A852) is known color: Green Smoke. HEX triplet: 94, A8 and 52. RGB value is (148,168,82). Sum of RGB (Red+Green+Blue) = 148+168+82=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 168 - color contains mainly: green. Hex color #94A852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A852 is #6B57AD. Grayscale: #989898. Windows color (decimal): -7034798 or 5417108. OLE color: 5417108.
HSL color Cylindrical-coordinate representation of color #94A852: hue angle of 73.95º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94A852 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 82 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.34 |
| HSL | 73.95º | 0.34% | 0.49% | - |
| HSV(B) | 73.95º | 0.51% | 0.66% | - |
| XYZ | 27.74 | 34.91 | 13.26 | - |
| YUV | 152.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 82 | 0.12 | 0 | 0.51 | 0.34 | 73.95 | 0.34 | 0.49 |
| Hex | 94 | A8 | 52 | C | 0 | 33 | 22 | 4A | 22 | 31 |
| Octal | 224 | 250 | 122 | 14 | 0 | 63 | 42 | 112 | 42 | 61 |
| Binary | 10010100 | 10101000 | 1010010 | 1100 | 0 | 110011 | 100010 | 1001010 | 100010 | 110001 |
Color Harmonies of #94A852
Complementary color
Monochromatic Colors of #94A852
Black with #94A852
Text Example
Text Example
White with #94A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A852; }
p { color: rgb(148,168,82); }
H1.HeaderClassName
{
color: #94A852;
}
.AnyTagClassName
{
color: #94A852;
}
</style>
background-color css
<style>
a { background-color: #94A852; }
a { background-color: rgb(148,168,82); }
div.DivClassName
{
background-color: #94A852;
}
.BgClassName
{
background-color: #94A852;
}
</style>
border-color css
<style>
span { border-color: #94A852; }
span { border-color: rgb(148,168,82); }
td.TdClassName
{
border-color: #94A852;
}
.TagClassName
{
border-color: #94A852;
}
</style>