Shades of Trendy Green #828812
Tints of Trendy Green #828812
RGB
CMYK
RGB Variations
Color information
#828812 (or 0x828812) is known color: Trendy Green. HEX triplet: 82, 88 and 12. RGB value is (130,136,18). Sum of RGB (Red+Green+Blue) = 130+136+18=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #828812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828812 is #7D77ED. Grayscale: #797979. Windows color (decimal): -8222702 or 1214594. OLE color: 1214594.
HSL color Cylindrical-coordinate representation of color #828812: hue angle of 63.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #828812 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 18 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.47 |
| HSL | 63.05º | 0.77% | 0.3% | - |
| HSV(B) | 63.05º | 0.87% | 0.53% | - |
| XYZ | 18.12 | 22.4 | 3.94 | - |
| YUV | 120.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 18 | 0.04 | 0 | 0.87 | 0.47 | 63.05 | 0.77 | 0.3 |
| Hex | 82 | 88 | 12 | 4 | 0 | 57 | 2F | 3F | 4D | 1E |
| Octal | 202 | 210 | 22 | 4 | 0 | 127 | 57 | 77 | 115 | 36 |
| Binary | 10000010 | 10001000 | 10010 | 100 | 0 | 1010111 | 101111 | 111111 | 1001101 | 11110 |
Color Harmonies of #828812
Complementary color
Monochromatic Colors of #828812
Black with #828812
Text Example
Text Example
White with #828812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828812; }
p { color: rgb(130,136,18); }
H1.HeaderClassName
{
color: #828812;
}
.AnyTagClassName
{
color: #828812;
}
</style>
background-color css
<style>
a { background-color: #828812; }
a { background-color: rgb(130,136,18); }
div.DivClassName
{
background-color: #828812;
}
.BgClassName
{
background-color: #828812;
}
</style>
border-color css
<style>
span { border-color: #828812; }
span { border-color: rgb(130,136,18); }
td.TdClassName
{
border-color: #828812;
}
.TagClassName
{
border-color: #828812;
}
</style>