Shades of Trendy Green #828A1B
Tints of Trendy Green #828A1B
RGB
CMYK
RGB Variations
Color information
#828A1B (or 0x828A1B) is known color: Trendy Green. HEX triplet: 82, 8A and 1B. RGB value is (130,138,27). Sum of RGB (Red+Green+Blue) = 130+138+27=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #828A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A1B is #7D75E4. Grayscale: #7B7B7B. Windows color (decimal): -8222181 or 1804930. OLE color: 1804930.
HSL color Cylindrical-coordinate representation of color #828A1B: hue angle of 64.32º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #828A1B is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 27 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.46 |
| HSL | 64.32º | 0.67% | 0.32% | - |
| HSV(B) | 64.32º | 0.8% | 0.54% | - |
| XYZ | 18.49 | 23 | 4.5 | - |
| YUV | 122.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 27 | 0.06 | 0 | 0.80 | 0.46 | 64.32 | 0.67 | 0.32 |
| Hex | 82 | 8A | 1B | 6 | 0 | 50 | 2E | 40 | 43 | 20 |
| Octal | 202 | 212 | 33 | 6 | 0 | 120 | 56 | 100 | 103 | 40 |
| Binary | 10000010 | 10001010 | 11011 | 110 | 0 | 1010000 | 101110 | 1000000 | 1000011 | 100000 |
Color Harmonies of #828A1B
Complementary color
Monochromatic Colors of #828A1B
Black with #828A1B
Text Example
Text Example
White with #828A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A1B; }
p { color: rgb(130,138,27); }
H1.HeaderClassName
{
color: #828A1B;
}
.AnyTagClassName
{
color: #828A1B;
}
</style>
background-color css
<style>
a { background-color: #828A1B; }
a { background-color: rgb(130,138,27); }
div.DivClassName
{
background-color: #828A1B;
}
.BgClassName
{
background-color: #828A1B;
}
</style>
border-color css
<style>
span { border-color: #828A1B; }
span { border-color: rgb(130,138,27); }
td.TdClassName
{
border-color: #828A1B;
}
.TagClassName
{
border-color: #828A1B;
}
</style>