Shades of Trendy Green #828914
Tints of Trendy Green #828914
RGB
CMYK
RGB Variations
Color information
#828914 (or 0x828914) is known color: Trendy Green. HEX triplet: 82, 89 and 14. RGB value is (130,137,20). Sum of RGB (Red+Green+Blue) = 130+137+20=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #828914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828914 is #7D76EB. Grayscale: #7A7A7A. Windows color (decimal): -8222444 or 1345922. OLE color: 1345922.
HSL color Cylindrical-coordinate representation of color #828914: hue angle of 63.59º degrees, saturation: 0.75, 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 #828914 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 20 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.46 |
| HSL | 63.59º | 0.75% | 0.31% | - |
| HSV(B) | 63.59º | 0.85% | 0.54% | - |
| XYZ | 18.28 | 22.69 | 4.08 | - |
| YUV | 121.57 | 70.68 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 20 | 0.05 | 0 | 0.85 | 0.46 | 63.59 | 0.75 | 0.31 |
| Hex | 82 | 89 | 14 | 5 | 0 | 55 | 2E | 40 | 4B | 1F |
| Octal | 202 | 211 | 24 | 5 | 0 | 125 | 56 | 100 | 113 | 37 |
| Binary | 10000010 | 10001001 | 10100 | 101 | 0 | 1010101 | 101110 | 1000000 | 1001011 | 11111 |
Color Harmonies of #828914
Complementary color
Monochromatic Colors of #828914
Black with #828914
Text Example
Text Example
White with #828914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828914; }
p { color: rgb(130,137,20); }
H1.HeaderClassName
{
color: #828914;
}
.AnyTagClassName
{
color: #828914;
}
</style>
background-color css
<style>
a { background-color: #828914; }
a { background-color: rgb(130,137,20); }
div.DivClassName
{
background-color: #828914;
}
.BgClassName
{
background-color: #828914;
}
</style>
border-color css
<style>
span { border-color: #828914; }
span { border-color: rgb(130,137,20); }
td.TdClassName
{
border-color: #828914;
}
.TagClassName
{
border-color: #828914;
}
</style>