Shades of Trendy Green #828623
Tints of Trendy Green #828623
RGB
CMYK
RGB Variations
Color information
#828623 (or 0x828623) is known color: Trendy Green. HEX triplet: 82, 86 and 23. RGB value is (130,134,35). Sum of RGB (Red+Green+Blue) = 130+134+35=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #828623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828623 is #7D79DC. Grayscale: #797979. Windows color (decimal): -8223197 or 2328194. OLE color: 2328194.
HSL color Cylindrical-coordinate representation of color #828623: hue angle of 62.42º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #828623 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 35 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.47 |
| HSL | 62.42º | 0.59% | 0.33% | - |
| HSV(B) | 62.42º | 0.74% | 0.53% | - |
| XYZ | 18.03 | 21.92 | 4.87 | - |
| YUV | 121.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 35 | 0.03 | 0 | 0.74 | 0.47 | 62.42 | 0.59 | 0.33 |
| Hex | 82 | 86 | 23 | 3 | 0 | 4A | 2F | 3E | 3B | 21 |
| Octal | 202 | 206 | 43 | 3 | 0 | 112 | 57 | 76 | 73 | 41 |
| Binary | 10000010 | 10000110 | 100011 | 11 | 0 | 1001010 | 101111 | 111110 | 111011 | 100001 |
Color Harmonies of #828623
Complementary color
Monochromatic Colors of #828623
Black with #828623
Text Example
Text Example
White with #828623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828623; }
p { color: rgb(130,134,35); }
H1.HeaderClassName
{
color: #828623;
}
.AnyTagClassName
{
color: #828623;
}
</style>
background-color css
<style>
a { background-color: #828623; }
a { background-color: rgb(130,134,35); }
div.DivClassName
{
background-color: #828623;
}
.BgClassName
{
background-color: #828623;
}
</style>
border-color css
<style>
span { border-color: #828623; }
span { border-color: rgb(130,134,35); }
td.TdClassName
{
border-color: #828623;
}
.TagClassName
{
border-color: #828623;
}
</style>