Shades of Trendy Green #808826
Tints of Trendy Green #808826
RGB
CMYK
RGB Variations
Color information
#808826 (or 0x808826) is known color: Trendy Green. HEX triplet: 80, 88 and 26. RGB value is (128,136,38). Sum of RGB (Red+Green+Blue) = 128+136+38=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #808826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808826 is #7F77D9. Grayscale: #7A7A7A. Windows color (decimal): -8353754 or 2525312. OLE color: 2525312.
HSL color Cylindrical-coordinate representation of color #808826: hue angle of 64.9º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #808826 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 38 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.47 |
| HSL | 64.9º | 0.56% | 0.34% | - |
| HSV(B) | 64.9º | 0.72% | 0.53% | - |
| XYZ | 18.06 | 22.34 | 5.19 | - |
| YUV | 122.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 38 | 0.06 | 0 | 0.72 | 0.47 | 64.9 | 0.56 | 0.34 |
| Hex | 80 | 88 | 26 | 6 | 0 | 48 | 2F | 41 | 38 | 22 |
| Octal | 200 | 210 | 46 | 6 | 0 | 110 | 57 | 101 | 70 | 42 |
| Binary | 10000000 | 10001000 | 100110 | 110 | 0 | 1001000 | 101111 | 1000001 | 111000 | 100010 |
Color Harmonies of #808826
Complementary color
Monochromatic Colors of #808826
Black with #808826
Text Example
Text Example
White with #808826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808826; }
p { color: rgb(128,136,38); }
H1.HeaderClassName
{
color: #808826;
}
.AnyTagClassName
{
color: #808826;
}
</style>
background-color css
<style>
a { background-color: #808826; }
a { background-color: rgb(128,136,38); }
div.DivClassName
{
background-color: #808826;
}
.BgClassName
{
background-color: #808826;
}
</style>
border-color css
<style>
span { border-color: #808826; }
span { border-color: rgb(128,136,38); }
td.TdClassName
{
border-color: #808826;
}
.TagClassName
{
border-color: #808826;
}
</style>