Shades of Trendy Green #828919
Tints of Trendy Green #828919
RGB
CMYK
RGB Variations
Color information
#828919 (or 0x828919) is known color: Trendy Green. HEX triplet: 82, 89 and 19. RGB value is (130,137,25). Sum of RGB (Red+Green+Blue) = 130+137+25=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #828919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828919 is #7D76E6. Grayscale: #7A7A7A. Windows color (decimal): -8222439 or 1673602. OLE color: 1673602.
HSL color Cylindrical-coordinate representation of color #828919: hue angle of 63.75º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #828919 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 25 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.46 |
| HSL | 63.75º | 0.69% | 0.32% | - |
| HSV(B) | 63.75º | 0.82% | 0.54% | - |
| XYZ | 18.33 | 22.71 | 4.34 | - |
| YUV | 122.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 25 | 0.05 | 0 | 0.82 | 0.46 | 63.75 | 0.69 | 0.32 |
| Hex | 82 | 89 | 19 | 5 | 0 | 52 | 2E | 40 | 45 | 20 |
| Octal | 202 | 211 | 31 | 5 | 0 | 122 | 56 | 100 | 105 | 40 |
| Binary | 10000010 | 10001001 | 11001 | 101 | 0 | 1010010 | 101110 | 1000000 | 1000101 | 100000 |
Color Harmonies of #828919
Complementary color
Monochromatic Colors of #828919
Black with #828919
Text Example
Text Example
White with #828919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828919; }
p { color: rgb(130,137,25); }
H1.HeaderClassName
{
color: #828919;
}
.AnyTagClassName
{
color: #828919;
}
</style>
background-color css
<style>
a { background-color: #828919; }
a { background-color: rgb(130,137,25); }
div.DivClassName
{
background-color: #828919;
}
.BgClassName
{
background-color: #828919;
}
</style>
border-color css
<style>
span { border-color: #828919; }
span { border-color: rgb(130,137,25); }
td.TdClassName
{
border-color: #828919;
}
.TagClassName
{
border-color: #828919;
}
</style>