Shades of Trendy Green #848227
Tints of Trendy Green #848227
RGB
CMYK
RGB Variations
Color information
#848227 (or 0x848227) is known color: Trendy Green. HEX triplet: 84, 82 and 27. RGB value is (132,130,39). Sum of RGB (Red+Green+Blue) = 132+130+39=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #848227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848227 is #7B7DD8. Grayscale: #787878. Windows color (decimal): -8093145 or 2589316. OLE color: 2589316.
HSL color Cylindrical-coordinate representation of color #848227: hue angle of 58.71º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #848227 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 39 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.48 |
| HSL | 58.71º | 0.54% | 0.34% | - |
| HSV(B) | 58.71º | 0.7% | 0.52% | - |
| XYZ | 17.86 | 21.02 | 5.03 | - |
| YUV | 120.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 39 | 0 | 0.02 | 0.70 | 0.48 | 58.71 | 0.54 | 0.34 |
| Hex | 84 | 82 | 27 | 0 | 2 | 46 | 30 | 3B | 36 | 22 |
| Octal | 204 | 202 | 47 | 0 | 2 | 106 | 60 | 73 | 66 | 42 |
| Binary | 10000100 | 10000010 | 100111 | 0 | 10 | 1000110 | 110000 | 111011 | 110110 | 100010 |
Color Harmonies of #848227
Complementary color
Monochromatic Colors of #848227
Black with #848227
Text Example
Text Example
White with #848227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848227; }
p { color: rgb(132,130,39); }
H1.HeaderClassName
{
color: #848227;
}
.AnyTagClassName
{
color: #848227;
}
</style>
background-color css
<style>
a { background-color: #848227; }
a { background-color: rgb(132,130,39); }
div.DivClassName
{
background-color: #848227;
}
.BgClassName
{
background-color: #848227;
}
</style>
border-color css
<style>
span { border-color: #848227; }
span { border-color: rgb(132,130,39); }
td.TdClassName
{
border-color: #848227;
}
.TagClassName
{
border-color: #848227;
}
</style>