Shades of Trendy Green #848216
Tints of Trendy Green #848216
RGB
CMYK
RGB Variations
Color information
#848216 (or 0x848216) is known color: Trendy Green. HEX triplet: 84, 82 and 16. RGB value is (132,130,22). Sum of RGB (Red+Green+Blue) = 132+130+22=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #848216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848216 is #7B7DE9. Grayscale: #767676. Windows color (decimal): -8093162 or 1475204. OLE color: 1475204.
HSL color Cylindrical-coordinate representation of color #848216: hue angle of 58.91º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #848216 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 22 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.48 |
| HSL | 58.91º | 0.71% | 0.3% | - |
| HSV(B) | 58.91º | 0.83% | 0.52% | - |
| XYZ | 17.64 | 20.93 | 3.87 | - |
| YUV | 118.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 22 | 0 | 0.02 | 0.83 | 0.48 | 58.91 | 0.71 | 0.3 |
| Hex | 84 | 82 | 16 | 0 | 2 | 53 | 30 | 3B | 47 | 1E |
| Octal | 204 | 202 | 26 | 0 | 2 | 123 | 60 | 73 | 107 | 36 |
| Binary | 10000100 | 10000010 | 10110 | 0 | 10 | 1010011 | 110000 | 111011 | 1000111 | 11110 |
Color Harmonies of #848216
Complementary color
Monochromatic Colors of #848216
Black with #848216
Text Example
Text Example
White with #848216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848216; }
p { color: rgb(132,130,22); }
H1.HeaderClassName
{
color: #848216;
}
.AnyTagClassName
{
color: #848216;
}
</style>
background-color css
<style>
a { background-color: #848216; }
a { background-color: rgb(132,130,22); }
div.DivClassName
{
background-color: #848216;
}
.BgClassName
{
background-color: #848216;
}
</style>
border-color css
<style>
span { border-color: #848216; }
span { border-color: rgb(132,130,22); }
td.TdClassName
{
border-color: #848216;
}
.TagClassName
{
border-color: #848216;
}
</style>