Shades of Trendy Green #809221
Tints of Trendy Green #809221
RGB
CMYK
RGB Variations
Color information
#809221 (or 0x809221) is known color: Trendy Green. HEX triplet: 80, 92 and 21. RGB value is (128,146,33). Sum of RGB (Red+Green+Blue) = 128+146+33=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #809221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809221 is #7F6DDE. Grayscale: #808080. Windows color (decimal): -8351199 or 2200192. OLE color: 2200192.
HSL color Cylindrical-coordinate representation of color #809221: hue angle of 69.56º 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 #809221 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 33 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.43 |
| HSL | 69.56º | 0.63% | 0.35% | - |
| HSV(B) | 69.56º | 0.77% | 0.57% | - |
| XYZ | 19.46 | 25.26 | 5.29 | - |
| YUV | 127.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 33 | 0.12 | 0 | 0.77 | 0.43 | 69.56 | 0.63 | 0.35 |
| Hex | 80 | 92 | 21 | C | 0 | 4D | 2B | 46 | 3F | 23 |
| Octal | 200 | 222 | 41 | 14 | 0 | 115 | 53 | 106 | 77 | 43 |
| Binary | 10000000 | 10010010 | 100001 | 1100 | 0 | 1001101 | 101011 | 1000110 | 111111 | 100011 |
Color Harmonies of #809221
Complementary color
Monochromatic Colors of #809221
Black with #809221
Text Example
Text Example
White with #809221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809221; }
p { color: rgb(128,146,33); }
H1.HeaderClassName
{
color: #809221;
}
.AnyTagClassName
{
color: #809221;
}
</style>
background-color css
<style>
a { background-color: #809221; }
a { background-color: rgb(128,146,33); }
div.DivClassName
{
background-color: #809221;
}
.BgClassName
{
background-color: #809221;
}
</style>
border-color css
<style>
span { border-color: #809221; }
span { border-color: rgb(128,146,33); }
td.TdClassName
{
border-color: #809221;
}
.TagClassName
{
border-color: #809221;
}
</style>