Shades of Trendy Green #82851B
Tints of Trendy Green #82851B
RGB
CMYK
RGB Variations
Color information
#82851B (or 0x82851B) is known color: Trendy Green. HEX triplet: 82, 85 and 1B. RGB value is (130,133,27). Sum of RGB (Red+Green+Blue) = 130+133+27=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #82851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82851B is #7D7AE4. Grayscale: #787878. Windows color (decimal): -8223461 or 1803650. OLE color: 1803650.
HSL color Cylindrical-coordinate representation of color #82851B: hue angle of 61.7º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82851B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 27 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.48 |
| HSL | 61.7º | 0.66% | 0.31% | - |
| HSV(B) | 61.7º | 0.8% | 0.52% | - |
| XYZ | 17.79 | 21.6 | 4.27 | - |
| YUV | 120.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 27 | 0.02 | 0 | 0.80 | 0.48 | 61.7 | 0.66 | 0.31 |
| Hex | 82 | 85 | 1B | 2 | 0 | 50 | 30 | 3E | 42 | 1F |
| Octal | 202 | 205 | 33 | 2 | 0 | 120 | 60 | 76 | 102 | 37 |
| Binary | 10000010 | 10000101 | 11011 | 10 | 0 | 1010000 | 110000 | 111110 | 1000010 | 11111 |
Color Harmonies of #82851B
Complementary color
Monochromatic Colors of #82851B
Black with #82851B
Text Example
Text Example
White with #82851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82851B; }
p { color: rgb(130,133,27); }
H1.HeaderClassName
{
color: #82851B;
}
.AnyTagClassName
{
color: #82851B;
}
</style>
background-color css
<style>
a { background-color: #82851B; }
a { background-color: rgb(130,133,27); }
div.DivClassName
{
background-color: #82851B;
}
.BgClassName
{
background-color: #82851B;
}
</style>
border-color css
<style>
span { border-color: #82851B; }
span { border-color: rgb(130,133,27); }
td.TdClassName
{
border-color: #82851B;
}
.TagClassName
{
border-color: #82851B;
}
</style>