Shades of Trendy Green #848520
Tints of Trendy Green #848520
RGB
CMYK
RGB Variations
Color information
#848520 (or 0x848520) is known color: Trendy Green. HEX triplet: 84, 85 and 20. RGB value is (132,133,32). Sum of RGB (Red+Green+Blue) = 132+133+32=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #848520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848520 is #7B7ADF. Grayscale: #797979. Windows color (decimal): -8092384 or 2131332. OLE color: 2131332.
HSL color Cylindrical-coordinate representation of color #848520: hue angle of 60.59º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #848520 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 32 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.48 |
| HSL | 60.59º | 0.61% | 0.32% | - |
| HSV(B) | 60.59º | 0.76% | 0.52% | - |
| XYZ | 18.16 | 21.78 | 4.61 | - |
| YUV | 121.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 32 | 0.01 | 0 | 0.76 | 0.48 | 60.59 | 0.61 | 0.32 |
| Hex | 84 | 85 | 20 | 1 | 0 | 4C | 30 | 3D | 3D | 20 |
| Octal | 204 | 205 | 40 | 1 | 0 | 114 | 60 | 75 | 75 | 40 |
| Binary | 10000100 | 10000101 | 100000 | 1 | 0 | 1001100 | 110000 | 111101 | 111101 | 100000 |
Color Harmonies of #848520
Complementary color
Monochromatic Colors of #848520
Black with #848520
Text Example
Text Example
White with #848520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848520; }
p { color: rgb(132,133,32); }
H1.HeaderClassName
{
color: #848520;
}
.AnyTagClassName
{
color: #848520;
}
</style>
background-color css
<style>
a { background-color: #848520; }
a { background-color: rgb(132,133,32); }
div.DivClassName
{
background-color: #848520;
}
.BgClassName
{
background-color: #848520;
}
</style>
border-color css
<style>
span { border-color: #848520; }
span { border-color: rgb(132,133,32); }
td.TdClassName
{
border-color: #848520;
}
.TagClassName
{
border-color: #848520;
}
</style>