Shades of Trendy Green #838820
Tints of Trendy Green #838820
RGB
CMYK
RGB Variations
Color information
#838820 (or 0x838820) is known color: Trendy Green. HEX triplet: 83, 88 and 20. RGB value is (131,136,32). Sum of RGB (Red+Green+Blue) = 131+136+32=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #838820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838820 is #7C77DF. Grayscale: #7B7B7B. Windows color (decimal): -8157152 or 2132099. OLE color: 2132099.
HSL color Cylindrical-coordinate representation of color #838820: hue angle of 62.88º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #838820 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 32 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.47 |
| HSL | 62.88º | 0.62% | 0.33% | - |
| HSV(B) | 62.88º | 0.76% | 0.53% | - |
| XYZ | 18.42 | 22.54 | 4.75 | - |
| YUV | 122.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 32 | 0.04 | 0 | 0.76 | 0.47 | 62.88 | 0.62 | 0.33 |
| Hex | 83 | 88 | 20 | 4 | 0 | 4C | 2F | 3F | 3E | 21 |
| Octal | 203 | 210 | 40 | 4 | 0 | 114 | 57 | 77 | 76 | 41 |
| Binary | 10000011 | 10001000 | 100000 | 100 | 0 | 1001100 | 101111 | 111111 | 111110 | 100001 |
Color Harmonies of #838820
Complementary color
Monochromatic Colors of #838820
Black with #838820
Text Example
Text Example
White with #838820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838820; }
p { color: rgb(131,136,32); }
H1.HeaderClassName
{
color: #838820;
}
.AnyTagClassName
{
color: #838820;
}
</style>
background-color css
<style>
a { background-color: #838820; }
a { background-color: rgb(131,136,32); }
div.DivClassName
{
background-color: #838820;
}
.BgClassName
{
background-color: #838820;
}
</style>
border-color css
<style>
span { border-color: #838820; }
span { border-color: rgb(131,136,32); }
td.TdClassName
{
border-color: #838820;
}
.TagClassName
{
border-color: #838820;
}
</style>