Shades of Trendy Green #828233
Tints of Trendy Green #828233
RGB
CMYK
RGB Variations
Color information
#828233 (or 0x828233) is known color: Trendy Green. HEX triplet: 82, 82 and 33. RGB value is (130,130,51). Sum of RGB (Red+Green+Blue) = 130+130+51=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828233 is #7D7DCC. Grayscale: #797979. Windows color (decimal): -8224205 or 3375746. OLE color: 3375746.
HSL color Cylindrical-coordinate representation of color #828233: hue angle of 60º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #828233 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 51 | - |
| CMYK | 0 | 0 | 0.61 | 0.49 |
| HSL | 60º | 0.44% | 0.35% | - |
| HSV(B) | 60º | 0.61% | 0.51% | - |
| XYZ | 17.79 | 20.95 | 6.24 | - |
| YUV | 120.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 51 | 0 | 0 | 0.61 | 0.49 | 60 | 0.44 | 0.35 |
| Hex | 82 | 82 | 33 | 0 | 0 | 3D | 31 | 3C | 2C | 23 |
| Octal | 202 | 202 | 63 | 0 | 0 | 75 | 61 | 74 | 54 | 43 |
| Binary | 10000010 | 10000010 | 110011 | 0 | 0 | 111101 | 110001 | 111100 | 101100 | 100011 |
Color Harmonies of #828233
Complementary color
Monochromatic Colors of #828233
Black with #828233
Text Example
Text Example
White with #828233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828233; }
p { color: rgb(130,130,51); }
H1.HeaderClassName
{
color: #828233;
}
.AnyTagClassName
{
color: #828233;
}
</style>
background-color css
<style>
a { background-color: #828233; }
a { background-color: rgb(130,130,51); }
div.DivClassName
{
background-color: #828233;
}
.BgClassName
{
background-color: #828233;
}
</style>
border-color css
<style>
span { border-color: #828233; }
span { border-color: rgb(130,130,51); }
td.TdClassName
{
border-color: #828233;
}
.TagClassName
{
border-color: #828233;
}
</style>