Shades of Trendy Green #828915
Tints of Trendy Green #828915
RGB
CMYK
RGB Variations
Color information
#828915 (or 0x828915) is known color: Trendy Green. HEX triplet: 82, 89 and 15. RGB value is (130,137,21). Sum of RGB (Red+Green+Blue) = 130+137+21=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #828915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828915 is #7D76EA. Grayscale: #7A7A7A. Windows color (decimal): -8222443 or 1411458. OLE color: 1411458.
HSL color Cylindrical-coordinate representation of color #828915: hue angle of 63.62º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #828915 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 21 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.46 |
| HSL | 63.62º | 0.73% | 0.31% | - |
| HSV(B) | 63.62º | 0.85% | 0.54% | - |
| XYZ | 18.29 | 22.69 | 4.13 | - |
| YUV | 121.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 21 | 0.05 | 0 | 0.85 | 0.46 | 63.62 | 0.73 | 0.31 |
| Hex | 82 | 89 | 15 | 5 | 0 | 55 | 2E | 40 | 49 | 1F |
| Octal | 202 | 211 | 25 | 5 | 0 | 125 | 56 | 100 | 111 | 37 |
| Binary | 10000010 | 10001001 | 10101 | 101 | 0 | 1010101 | 101110 | 1000000 | 1001001 | 11111 |
Color Harmonies of #828915
Complementary color
Monochromatic Colors of #828915
Black with #828915
Text Example
Text Example
White with #828915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828915; }
p { color: rgb(130,137,21); }
H1.HeaderClassName
{
color: #828915;
}
.AnyTagClassName
{
color: #828915;
}
</style>
background-color css
<style>
a { background-color: #828915; }
a { background-color: rgb(130,137,21); }
div.DivClassName
{
background-color: #828915;
}
.BgClassName
{
background-color: #828915;
}
</style>
border-color css
<style>
span { border-color: #828915; }
span { border-color: rgb(130,137,21); }
td.TdClassName
{
border-color: #828915;
}
.TagClassName
{
border-color: #828915;
}
</style>