Shades of Trendy Green #848222
Tints of Trendy Green #848222
RGB
CMYK
RGB Variations
Color information
#848222 (or 0x848222) is known color: Trendy Green. HEX triplet: 84, 82 and 22. RGB value is (132,130,34). Sum of RGB (Red+Green+Blue) = 132+130+34=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #848222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848222 is #7B7DDD. Grayscale: #787878. Windows color (decimal): -8093150 or 2261636. OLE color: 2261636.
HSL color Cylindrical-coordinate representation of color #848222: hue angle of 58.78º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #848222 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 34 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.48 |
| HSL | 58.78º | 0.59% | 0.33% | - |
| HSV(B) | 58.78º | 0.74% | 0.52% | - |
| XYZ | 17.79 | 20.99 | 4.63 | - |
| YUV | 119.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 34 | 0 | 0.02 | 0.74 | 0.48 | 58.78 | 0.59 | 0.33 |
| Hex | 84 | 82 | 22 | 0 | 2 | 4A | 30 | 3B | 3B | 21 |
| Octal | 204 | 202 | 42 | 0 | 2 | 112 | 60 | 73 | 73 | 41 |
| Binary | 10000100 | 10000010 | 100010 | 0 | 10 | 1001010 | 110000 | 111011 | 111011 | 100001 |
Color Harmonies of #848222
Complementary color
Monochromatic Colors of #848222
Black with #848222
Text Example
Text Example
White with #848222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848222; }
p { color: rgb(132,130,34); }
H1.HeaderClassName
{
color: #848222;
}
.AnyTagClassName
{
color: #848222;
}
</style>
background-color css
<style>
a { background-color: #848222; }
a { background-color: rgb(132,130,34); }
div.DivClassName
{
background-color: #848222;
}
.BgClassName
{
background-color: #848222;
}
</style>
border-color css
<style>
span { border-color: #848222; }
span { border-color: rgb(132,130,34); }
td.TdClassName
{
border-color: #848222;
}
.TagClassName
{
border-color: #848222;
}
</style>