Shades of Trendy Green #838C20
Tints of Trendy Green #838C20
RGB
CMYK
RGB Variations
Color information
#838C20 (or 0x838C20) is known color: Trendy Green. HEX triplet: 83, 8C and 20. RGB value is (131,140,32). Sum of RGB (Red+Green+Blue) = 131+140+32=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #838C20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C20 is #7C73DF. Grayscale: #7D7D7D. Windows color (decimal): -8156128 or 2133123. OLE color: 2133123.
HSL color Cylindrical-coordinate representation of color #838C20: hue angle of 65º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #838C20 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 32 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.45 |
| HSL | 65º | 0.63% | 0.34% | - |
| HSV(B) | 65º | 0.77% | 0.55% | - |
| XYZ | 19 | 23.69 | 4.94 | - |
| YUV | 125 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 32 | 0.06 | 0 | 0.77 | 0.45 | 65 | 0.63 | 0.34 |
| Hex | 83 | 8C | 20 | 6 | 0 | 4D | 2D | 41 | 3F | 22 |
| Octal | 203 | 214 | 40 | 6 | 0 | 115 | 55 | 101 | 77 | 42 |
| Binary | 10000011 | 10001100 | 100000 | 110 | 0 | 1001101 | 101101 | 1000001 | 111111 | 100010 |
Color Harmonies of #838C20
Complementary color
Monochromatic Colors of #838C20
Black with #838C20
Text Example
Text Example
White with #838C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C20; }
p { color: rgb(131,140,32); }
H1.HeaderClassName
{
color: #838C20;
}
.AnyTagClassName
{
color: #838C20;
}
</style>
background-color css
<style>
a { background-color: #838C20; }
a { background-color: rgb(131,140,32); }
div.DivClassName
{
background-color: #838C20;
}
.BgClassName
{
background-color: #838C20;
}
</style>
border-color css
<style>
span { border-color: #838C20; }
span { border-color: rgb(131,140,32); }
td.TdClassName
{
border-color: #838C20;
}
.TagClassName
{
border-color: #838C20;
}
</style>