Shades of Trendy Green #827E2B
Tints of Trendy Green #827E2B
RGB
CMYK
RGB Variations
Color information
#827E2B (or 0x827E2B) is known color: Trendy Green. HEX triplet: 82, 7E and 2B. RGB value is (130,126,43). Sum of RGB (Red+Green+Blue) = 130+126+43=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #827E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E2B is #7D81D4. Grayscale: #767676. Windows color (decimal): -8225237 or 2850434. OLE color: 2850434.
HSL color Cylindrical-coordinate representation of color #827E2B: hue angle of 57.24º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #827E2B is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 126 | 43 | - |
CMYK | 0 | 0.03 | 0.67 | 0.49 |
HSL | 57.24º | 0.5% | 0.34% | - |
HSV(B) | 57.24º | 0.67% | 0.51% | - |
XYZ | 17.1 | 19.84 | 5.21 | - |
YUV | 117.73 | 85.83 | 136.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 126 | 43 | 0 | 0.03 | 0.67 | 0.49 | 57.24 | 0.5 | 0.34 |
Hex | 82 | 7E | 2B | 0 | 3 | 43 | 31 | 39 | 32 | 22 |
Octal | 202 | 176 | 53 | 0 | 3 | 103 | 61 | 71 | 62 | 42 |
Binary | 10000010 | 1111110 | 101011 | 0 | 11 | 1000011 | 110001 | 111001 | 110010 | 100010 |
Color Harmonies of #827E2B
Complementary color
Monochromatic Colors of #827E2B
Black with #827E2B
Text Example
Text Example
White with #827E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E2B; }
p { color: rgb(130,126,43); }
H1.HeaderClassName
{
color: #827E2B;
}
.AnyTagClassName
{
color: #827E2B;
}
</style>
background-color css
<style>
a { background-color: #827E2B; }
a { background-color: rgb(130,126,43); }
div.DivClassName
{
background-color: #827E2B;
}
.BgClassName
{
background-color: #827E2B;
}
</style>
border-color css
<style>
span { border-color: #827E2B; }
span { border-color: rgb(130,126,43); }
td.TdClassName
{
border-color: #827E2B;
}
.TagClassName
{
border-color: #827E2B;
}
</style>