Shades of Trendy Green #829121
Tints of Trendy Green #829121
RGB
CMYK
RGB Variations
Color information
#829121 (or 0x829121) is known color: Trendy Green. HEX triplet: 82, 91 and 21. RGB value is (130,145,33). Sum of RGB (Red+Green+Blue) = 130+145+33=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #829121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829121 is #7D6EDE. Grayscale: #808080. Windows color (decimal): -8220383 or 2199938. OLE color: 2199938.
HSL color Cylindrical-coordinate representation of color #829121: hue angle of 68.04º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #829121 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 145 | 33 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.43 |
| HSL | 68.04º | 0.63% | 0.35% | - |
| HSV(B) | 68.04º | 0.77% | 0.57% | - |
| XYZ | 19.61 | 25.11 | 5.25 | - |
| YUV | 127.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 33 | 0.10 | 0 | 0.77 | 0.43 | 68.04 | 0.63 | 0.35 |
| Hex | 82 | 91 | 21 | A | 0 | 4D | 2B | 44 | 3F | 23 |
| Octal | 202 | 221 | 41 | 12 | 0 | 115 | 53 | 104 | 77 | 43 |
| Binary | 10000010 | 10010001 | 100001 | 1010 | 0 | 1001101 | 101011 | 1000100 | 111111 | 100011 |
Color Harmonies of #829121
Complementary color
Monochromatic Colors of #829121
Black with #829121
Text Example
Text Example
White with #829121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829121; }
p { color: rgb(130,145,33); }
H1.HeaderClassName
{
color: #829121;
}
.AnyTagClassName
{
color: #829121;
}
</style>
background-color css
<style>
a { background-color: #829121; }
a { background-color: rgb(130,145,33); }
div.DivClassName
{
background-color: #829121;
}
.BgClassName
{
background-color: #829121;
}
</style>
border-color css
<style>
span { border-color: #829121; }
span { border-color: rgb(130,145,33); }
td.TdClassName
{
border-color: #829121;
}
.TagClassName
{
border-color: #829121;
}
</style>