Shades of Trendy Green #83851A
Tints of Trendy Green #83851A
RGB
CMYK
RGB Variations
Color information
#83851A (or 0x83851A) is known color: Trendy Green. HEX triplet: 83, 85 and 1A. RGB value is (131,133,26). Sum of RGB (Red+Green+Blue) = 131+133+26=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #83851A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83851A is #7C7AE5. Grayscale: #787878. Windows color (decimal): -8157926 or 1738115. OLE color: 1738115.
HSL color Cylindrical-coordinate representation of color #83851A: hue angle of 61.12º degrees, saturation: 0.67, 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 #83851A is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 26 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.48 |
| HSL | 61.12º | 0.67% | 0.31% | - |
| HSV(B) | 61.12º | 0.8% | 0.52% | - |
| XYZ | 17.93 | 21.67 | 4.22 | - |
| YUV | 120.2 | 74.84 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 26 | 0.02 | 0 | 0.80 | 0.48 | 61.12 | 0.67 | 0.31 |
| Hex | 83 | 85 | 1A | 2 | 0 | 50 | 30 | 3D | 43 | 1F |
| Octal | 203 | 205 | 32 | 2 | 0 | 120 | 60 | 75 | 103 | 37 |
| Binary | 10000011 | 10000101 | 11010 | 10 | 0 | 1010000 | 110000 | 111101 | 1000011 | 11111 |
Color Harmonies of #83851A
Complementary color
Monochromatic Colors of #83851A
Black with #83851A
Text Example
Text Example
White with #83851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83851A; }
p { color: rgb(131,133,26); }
H1.HeaderClassName
{
color: #83851A;
}
.AnyTagClassName
{
color: #83851A;
}
</style>
background-color css
<style>
a { background-color: #83851A; }
a { background-color: rgb(131,133,26); }
div.DivClassName
{
background-color: #83851A;
}
.BgClassName
{
background-color: #83851A;
}
</style>
border-color css
<style>
span { border-color: #83851A; }
span { border-color: rgb(131,133,26); }
td.TdClassName
{
border-color: #83851A;
}
.TagClassName
{
border-color: #83851A;
}
</style>