Shades of Trendy Green #85841C
Tints of Trendy Green #85841C
RGB
CMYK
RGB Variations
Color information
#85841C (or 0x85841C) is known color: Trendy Green. HEX triplet: 85, 84 and 1C. RGB value is (133,132,28). Sum of RGB (Red+Green+Blue) = 133+132+28=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85841C is #7A7BE3. Grayscale: #787878. Windows color (decimal): -8027108 or 1868933. OLE color: 1868933.
HSL color Cylindrical-coordinate representation of color #85841C: hue angle of 59.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85841C is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 28 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.48 |
| HSL | 59.43º | 0.65% | 0.32% | - |
| HSV(B) | 59.43º | 0.79% | 0.52% | - |
| XYZ | 18.13 | 21.57 | 4.31 | - |
| YUV | 120.44 | 75.83 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 28 | 0 | 0.01 | 0.79 | 0.48 | 59.43 | 0.65 | 0.32 |
| Hex | 85 | 84 | 1C | 0 | 1 | 4F | 30 | 3B | 41 | 20 |
| Octal | 205 | 204 | 34 | 0 | 1 | 117 | 60 | 73 | 101 | 40 |
| Binary | 10000101 | 10000100 | 11100 | 0 | 1 | 1001111 | 110000 | 111011 | 1000001 | 100000 |
Color Harmonies of #85841C
Complementary color
Monochromatic Colors of #85841C
Black with #85841C
Text Example
Text Example
White with #85841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85841C; }
p { color: rgb(133,132,28); }
H1.HeaderClassName
{
color: #85841C;
}
.AnyTagClassName
{
color: #85841C;
}
</style>
background-color css
<style>
a { background-color: #85841C; }
a { background-color: rgb(133,132,28); }
div.DivClassName
{
background-color: #85841C;
}
.BgClassName
{
background-color: #85841C;
}
</style>
border-color css
<style>
span { border-color: #85841C; }
span { border-color: rgb(133,132,28); }
td.TdClassName
{
border-color: #85841C;
}
.TagClassName
{
border-color: #85841C;
}
</style>