Shades of Trendy Green #83851B
Tints of Trendy Green #83851B
RGB
CMYK
RGB Variations
Color information
#83851B (or 0x83851B) is known color: Trendy Green. HEX triplet: 83, 85 and 1B. RGB value is (131,133,27). Sum of RGB (Red+Green+Blue) = 131+133+27=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #83851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83851B is #7C7AE4. Grayscale: #787878. Windows color (decimal): -8157925 or 1803651. OLE color: 1803651.
HSL color Cylindrical-coordinate representation of color #83851B: hue angle of 61.13º degrees, saturation: 0.66, 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 #83851B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 27 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.48 |
| HSL | 61.13º | 0.66% | 0.31% | - |
| HSV(B) | 61.13º | 0.8% | 0.52% | - |
| XYZ | 17.95 | 21.68 | 4.28 | - |
| YUV | 120.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 27 | 0.02 | 0 | 0.80 | 0.48 | 61.13 | 0.66 | 0.31 |
| Hex | 83 | 85 | 1B | 2 | 0 | 50 | 30 | 3D | 42 | 1F |
| Octal | 203 | 205 | 33 | 2 | 0 | 120 | 60 | 75 | 102 | 37 |
| Binary | 10000011 | 10000101 | 11011 | 10 | 0 | 1010000 | 110000 | 111101 | 1000010 | 11111 |
Color Harmonies of #83851B
Complementary color
Monochromatic Colors of #83851B
Black with #83851B
Text Example
Text Example
White with #83851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83851B; }
p { color: rgb(131,133,27); }
H1.HeaderClassName
{
color: #83851B;
}
.AnyTagClassName
{
color: #83851B;
}
</style>
background-color css
<style>
a { background-color: #83851B; }
a { background-color: rgb(131,133,27); }
div.DivClassName
{
background-color: #83851B;
}
.BgClassName
{
background-color: #83851B;
}
</style>
border-color css
<style>
span { border-color: #83851B; }
span { border-color: rgb(131,133,27); }
td.TdClassName
{
border-color: #83851B;
}
.TagClassName
{
border-color: #83851B;
}
</style>