Shades of Trendy Green #848221
Tints of Trendy Green #848221
RGB
CMYK
RGB Variations
Color information
#848221 (or 0x848221) is known color: Trendy Green. HEX triplet: 84, 82 and 21. RGB value is (132,130,33). Sum of RGB (Red+Green+Blue) = 132+130+33=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #848221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848221 is #7B7DDE. Grayscale: #777777. Windows color (decimal): -8093151 or 2196100. OLE color: 2196100.
HSL color Cylindrical-coordinate representation of color #848221: hue angle of 58.79º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #848221 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 33 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.48 |
| HSL | 58.79º | 0.6% | 0.32% | - |
| HSV(B) | 58.79º | 0.75% | 0.52% | - |
| XYZ | 17.77 | 20.98 | 4.55 | - |
| YUV | 119.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 33 | 0 | 0.02 | 0.75 | 0.48 | 58.79 | 0.6 | 0.32 |
| Hex | 84 | 82 | 21 | 0 | 2 | 4B | 30 | 3B | 3C | 20 |
| Octal | 204 | 202 | 41 | 0 | 2 | 113 | 60 | 73 | 74 | 40 |
| Binary | 10000100 | 10000010 | 100001 | 0 | 10 | 1001011 | 110000 | 111011 | 111100 | 100000 |
Color Harmonies of #848221
Complementary color
Monochromatic Colors of #848221
Black with #848221
Text Example
Text Example
White with #848221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848221; }
p { color: rgb(132,130,33); }
H1.HeaderClassName
{
color: #848221;
}
.AnyTagClassName
{
color: #848221;
}
</style>
background-color css
<style>
a { background-color: #848221; }
a { background-color: rgb(132,130,33); }
div.DivClassName
{
background-color: #848221;
}
.BgClassName
{
background-color: #848221;
}
</style>
border-color css
<style>
span { border-color: #848221; }
span { border-color: rgb(132,130,33); }
td.TdClassName
{
border-color: #848221;
}
.TagClassName
{
border-color: #848221;
}
</style>