Shades of Trendy Green #828518
Tints of Trendy Green #828518
RGB
CMYK
RGB Variations
Color information
#828518 (or 0x828518) is known color: Trendy Green. HEX triplet: 82, 85 and 18. RGB value is (130,133,24). Sum of RGB (Red+Green+Blue) = 130+133+24=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #828518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828518 is #7D7AE7. Grayscale: #787878. Windows color (decimal): -8223464 or 1607042. OLE color: 1607042.
HSL color Cylindrical-coordinate representation of color #828518: hue angle of 61.65º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #828518 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 24 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.48 |
| HSL | 61.65º | 0.69% | 0.31% | - |
| HSV(B) | 61.65º | 0.82% | 0.52% | - |
| XYZ | 17.76 | 21.59 | 4.09 | - |
| YUV | 119.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 24 | 0.02 | 0 | 0.82 | 0.48 | 61.65 | 0.69 | 0.31 |
| Hex | 82 | 85 | 18 | 2 | 0 | 52 | 30 | 3E | 45 | 1F |
| Octal | 202 | 205 | 30 | 2 | 0 | 122 | 60 | 76 | 105 | 37 |
| Binary | 10000010 | 10000101 | 11000 | 10 | 0 | 1010010 | 110000 | 111110 | 1000101 | 11111 |
Color Harmonies of #828518
Complementary color
Monochromatic Colors of #828518
Black with #828518
Text Example
Text Example
White with #828518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828518; }
p { color: rgb(130,133,24); }
H1.HeaderClassName
{
color: #828518;
}
.AnyTagClassName
{
color: #828518;
}
</style>
background-color css
<style>
a { background-color: #828518; }
a { background-color: rgb(130,133,24); }
div.DivClassName
{
background-color: #828518;
}
.BgClassName
{
background-color: #828518;
}
</style>
border-color css
<style>
span { border-color: #828518; }
span { border-color: rgb(130,133,24); }
td.TdClassName
{
border-color: #828518;
}
.TagClassName
{
border-color: #828518;
}
</style>