Shades of Trendy Green #818221
Tints of Trendy Green #818221
RGB
CMYK
RGB Variations
Color information
#818221 (or 0x818221) is known color: Trendy Green. HEX triplet: 81, 82 and 21. RGB value is (129,130,33). Sum of RGB (Red+Green+Blue) = 129+130+33=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #818221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818221 is #7E7DDE. Grayscale: #777777. Windows color (decimal): -8289759 or 2196097. OLE color: 2196097.
HSL color Cylindrical-coordinate representation of color #818221: hue angle of 60.62º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #818221 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 33 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.49 |
| HSL | 60.62º | 0.6% | 0.32% | - |
| HSV(B) | 60.62º | 0.75% | 0.51% | - |
| XYZ | 17.31 | 20.74 | 4.53 | - |
| YUV | 118.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 33 | 0.01 | 0 | 0.75 | 0.49 | 60.62 | 0.6 | 0.32 |
| Hex | 81 | 82 | 21 | 1 | 0 | 4B | 31 | 3D | 3C | 20 |
| Octal | 201 | 202 | 41 | 1 | 0 | 113 | 61 | 75 | 74 | 40 |
| Binary | 10000001 | 10000010 | 100001 | 1 | 0 | 1001011 | 110001 | 111101 | 111100 | 100000 |
Color Harmonies of #818221
Complementary color
Monochromatic Colors of #818221
Black with #818221
Text Example
Text Example
White with #818221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818221; }
p { color: rgb(129,130,33); }
H1.HeaderClassName
{
color: #818221;
}
.AnyTagClassName
{
color: #818221;
}
</style>
background-color css
<style>
a { background-color: #818221; }
a { background-color: rgb(129,130,33); }
div.DivClassName
{
background-color: #818221;
}
.BgClassName
{
background-color: #818221;
}
</style>
border-color css
<style>
span { border-color: #818221; }
span { border-color: rgb(129,130,33); }
td.TdClassName
{
border-color: #818221;
}
.TagClassName
{
border-color: #818221;
}
</style>