Shades of Trendy Green #808526
Tints of Trendy Green #808526
RGB
CMYK
RGB Variations
Color information
#808526 (or 0x808526) is known color: Trendy Green. HEX triplet: 80, 85 and 26. RGB value is (128,133,38). Sum of RGB (Red+Green+Blue) = 128+133+38=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #808526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808526 is #7F7AD9. Grayscale: #797979. Windows color (decimal): -8354522 or 2524544. OLE color: 2524544.
HSL color Cylindrical-coordinate representation of color #808526: hue angle of 63.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #808526 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 38 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.48 |
| HSL | 63.16º | 0.56% | 0.34% | - |
| HSV(B) | 63.16º | 0.71% | 0.52% | - |
| XYZ | 17.64 | 21.5 | 5.05 | - |
| YUV | 120.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 38 | 0.04 | 0 | 0.71 | 0.48 | 63.16 | 0.56 | 0.34 |
| Hex | 80 | 85 | 26 | 4 | 0 | 47 | 30 | 3F | 38 | 22 |
| Octal | 200 | 205 | 46 | 4 | 0 | 107 | 60 | 77 | 70 | 42 |
| Binary | 10000000 | 10000101 | 100110 | 100 | 0 | 1000111 | 110000 | 111111 | 111000 | 100010 |
Color Harmonies of #808526
Complementary color
Monochromatic Colors of #808526
Black with #808526
Text Example
Text Example
White with #808526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808526; }
p { color: rgb(128,133,38); }
H1.HeaderClassName
{
color: #808526;
}
.AnyTagClassName
{
color: #808526;
}
</style>
background-color css
<style>
a { background-color: #808526; }
a { background-color: rgb(128,133,38); }
div.DivClassName
{
background-color: #808526;
}
.BgClassName
{
background-color: #808526;
}
</style>
border-color css
<style>
span { border-color: #808526; }
span { border-color: rgb(128,133,38); }
td.TdClassName
{
border-color: #808526;
}
.TagClassName
{
border-color: #808526;
}
</style>