Shades of Trendy Green #828D26
Tints of Trendy Green #828D26
RGB
CMYK
RGB Variations
Color information
#828D26 (or 0x828D26) is known color: Trendy Green. HEX triplet: 82, 8D and 26. RGB value is (130,141,38). Sum of RGB (Red+Green+Blue) = 130+141+38=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #828D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D26 is #7D72D9. Grayscale: #7E7E7E. Windows color (decimal): -8221402 or 2526594. OLE color: 2526594.
HSL color Cylindrical-coordinate representation of color #828D26: hue angle of 66.41º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #828D26 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 38 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.45 |
| HSL | 66.41º | 0.58% | 0.35% | - |
| HSV(B) | 66.41º | 0.73% | 0.55% | - |
| XYZ | 19.08 | 23.94 | 5.45 | - |
| YUV | 125.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 38 | 0.08 | 0 | 0.73 | 0.45 | 66.41 | 0.58 | 0.35 |
| Hex | 82 | 8D | 26 | 8 | 0 | 49 | 2D | 42 | 3A | 23 |
| Octal | 202 | 215 | 46 | 10 | 0 | 111 | 55 | 102 | 72 | 43 |
| Binary | 10000010 | 10001101 | 100110 | 1000 | 0 | 1001001 | 101101 | 1000010 | 111010 | 100011 |
Color Harmonies of #828D26
Complementary color
Monochromatic Colors of #828D26
Black with #828D26
Text Example
Text Example
White with #828D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D26; }
p { color: rgb(130,141,38); }
H1.HeaderClassName
{
color: #828D26;
}
.AnyTagClassName
{
color: #828D26;
}
</style>
background-color css
<style>
a { background-color: #828D26; }
a { background-color: rgb(130,141,38); }
div.DivClassName
{
background-color: #828D26;
}
.BgClassName
{
background-color: #828D26;
}
</style>
border-color css
<style>
span { border-color: #828D26; }
span { border-color: rgb(130,141,38); }
td.TdClassName
{
border-color: #828D26;
}
.TagClassName
{
border-color: #828D26;
}
</style>