Shades of Trendy Green #828B13
Tints of Trendy Green #828B13
RGB
CMYK
RGB Variations
Color information
#828B13 (or 0x828B13) is known color: Trendy Green. HEX triplet: 82, 8B and 13. RGB value is (130,139,19). Sum of RGB (Red+Green+Blue) = 130+139+19=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #828B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828B13 is #7D74EC. Grayscale: #7B7B7B. Windows color (decimal): -8221933 or 1280898. OLE color: 1280898.
HSL color Cylindrical-coordinate representation of color #828B13: hue angle of 64.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #828B13 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 19 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.45 |
| HSL | 64.5º | 0.76% | 0.31% | - |
| HSV(B) | 64.5º | 0.86% | 0.55% | - |
| XYZ | 18.56 | 23.26 | 4.13 | - |
| YUV | 122.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 19 | 0.06 | 0 | 0.86 | 0.45 | 64.5 | 0.76 | 0.31 |
| Hex | 82 | 8B | 13 | 6 | 0 | 56 | 2D | 40 | 4C | 1F |
| Octal | 202 | 213 | 23 | 6 | 0 | 126 | 55 | 100 | 114 | 37 |
| Binary | 10000010 | 10001011 | 10011 | 110 | 0 | 1010110 | 101101 | 1000000 | 1001100 | 11111 |
Color Harmonies of #828B13
Complementary color
Monochromatic Colors of #828B13
Black with #828B13
Text Example
Text Example
White with #828B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B13; }
p { color: rgb(130,139,19); }
H1.HeaderClassName
{
color: #828B13;
}
.AnyTagClassName
{
color: #828B13;
}
</style>
background-color css
<style>
a { background-color: #828B13; }
a { background-color: rgb(130,139,19); }
div.DivClassName
{
background-color: #828B13;
}
.BgClassName
{
background-color: #828B13;
}
</style>
border-color css
<style>
span { border-color: #828B13; }
span { border-color: rgb(130,139,19); }
td.TdClassName
{
border-color: #828B13;
}
.TagClassName
{
border-color: #828B13;
}
</style>