Shades of Trendy Green #848021
Tints of Trendy Green #848021
RGB
CMYK
RGB Variations
Color information
#848021 (or 0x848021) is known color: Trendy Green. HEX triplet: 84, 80 and 21. RGB value is (132,128,33). Sum of RGB (Red+Green+Blue) = 132+128+33=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #848021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848021 is #7B7FDE. Grayscale: #767676. Windows color (decimal): -8093663 or 2195588. OLE color: 2195588.
HSL color Cylindrical-coordinate representation of color #848021: hue angle of 57.58º 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 #848021 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 33 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.48 |
| HSL | 57.58º | 0.6% | 0.32% | - |
| HSV(B) | 57.58º | 0.75% | 0.52% | - |
| XYZ | 17.51 | 20.45 | 4.46 | - |
| YUV | 118.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 33 | 0 | 0.03 | 0.75 | 0.48 | 57.58 | 0.6 | 0.32 |
| Hex | 84 | 80 | 21 | 0 | 3 | 4B | 30 | 3A | 3C | 20 |
| Octal | 204 | 200 | 41 | 0 | 3 | 113 | 60 | 72 | 74 | 40 |
| Binary | 10000100 | 10000000 | 100001 | 0 | 11 | 1001011 | 110000 | 111010 | 111100 | 100000 |
Color Harmonies of #848021
Complementary color
Monochromatic Colors of #848021
Black with #848021
Text Example
Text Example
White with #848021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848021; }
p { color: rgb(132,128,33); }
H1.HeaderClassName
{
color: #848021;
}
.AnyTagClassName
{
color: #848021;
}
</style>
background-color css
<style>
a { background-color: #848021; }
a { background-color: rgb(132,128,33); }
div.DivClassName
{
background-color: #848021;
}
.BgClassName
{
background-color: #848021;
}
</style>
border-color css
<style>
span { border-color: #848021; }
span { border-color: rgb(132,128,33); }
td.TdClassName
{
border-color: #848021;
}
.TagClassName
{
border-color: #848021;
}
</style>