Shades of Trendy Green #848126
Tints of Trendy Green #848126
RGB
CMYK
RGB Variations
Color information
#848126 (or 0x848126) is known color: Trendy Green. HEX triplet: 84, 81 and 26. RGB value is (132,129,38). Sum of RGB (Red+Green+Blue) = 132+129+38=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #848126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848126 is #7B7ED9. Grayscale: #777777. Windows color (decimal): -8093402 or 2523524. OLE color: 2523524.
HSL color Cylindrical-coordinate representation of color #848126: hue angle of 58.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #848126 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 38 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.48 |
| HSL | 58.09º | 0.55% | 0.33% | - |
| HSV(B) | 58.09º | 0.71% | 0.52% | - |
| XYZ | 17.72 | 20.75 | 4.9 | - |
| YUV | 119.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 38 | 0 | 0.02 | 0.71 | 0.48 | 58.09 | 0.55 | 0.33 |
| Hex | 84 | 81 | 26 | 0 | 2 | 47 | 30 | 3A | 37 | 21 |
| Octal | 204 | 201 | 46 | 0 | 2 | 107 | 60 | 72 | 67 | 41 |
| Binary | 10000100 | 10000001 | 100110 | 0 | 10 | 1000111 | 110000 | 111010 | 110111 | 100001 |
Color Harmonies of #848126
Complementary color
Monochromatic Colors of #848126
Black with #848126
Text Example
Text Example
White with #848126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848126; }
p { color: rgb(132,129,38); }
H1.HeaderClassName
{
color: #848126;
}
.AnyTagClassName
{
color: #848126;
}
</style>
background-color css
<style>
a { background-color: #848126; }
a { background-color: rgb(132,129,38); }
div.DivClassName
{
background-color: #848126;
}
.BgClassName
{
background-color: #848126;
}
</style>
border-color css
<style>
span { border-color: #848126; }
span { border-color: rgb(132,129,38); }
td.TdClassName
{
border-color: #848126;
}
.TagClassName
{
border-color: #848126;
}
</style>