Shades of Trendy Green #85891C
Tints of Trendy Green #85891C
RGB
CMYK
RGB Variations
Color information
#85891C (or 0x85891C) is known color: Trendy Green. HEX triplet: 85, 89 and 1C. RGB value is (133,137,28). Sum of RGB (Red+Green+Blue) = 133+137+28=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #85891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85891C is #7A76E3. Grayscale: #7B7B7B. Windows color (decimal): -8025828 or 1870213. OLE color: 1870213.
HSL color Cylindrical-coordinate representation of color #85891C: hue angle of 62.2º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85891C is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 28 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.46 |
| HSL | 62.2º | 0.66% | 0.32% | - |
| HSV(B) | 62.2º | 0.8% | 0.54% | - |
| XYZ | 18.83 | 22.96 | 4.54 | - |
| YUV | 123.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 28 | 0.03 | 0 | 0.80 | 0.46 | 62.2 | 0.66 | 0.32 |
| Hex | 85 | 89 | 1C | 3 | 0 | 50 | 2E | 3E | 42 | 20 |
| Octal | 205 | 211 | 34 | 3 | 0 | 120 | 56 | 76 | 102 | 40 |
| Binary | 10000101 | 10001001 | 11100 | 11 | 0 | 1010000 | 101110 | 111110 | 1000010 | 100000 |
Color Harmonies of #85891C
Complementary color
Monochromatic Colors of #85891C
Black with #85891C
Text Example
Text Example
White with #85891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85891C; }
p { color: rgb(133,137,28); }
H1.HeaderClassName
{
color: #85891C;
}
.AnyTagClassName
{
color: #85891C;
}
</style>
background-color css
<style>
a { background-color: #85891C; }
a { background-color: rgb(133,137,28); }
div.DivClassName
{
background-color: #85891C;
}
.BgClassName
{
background-color: #85891C;
}
</style>
border-color css
<style>
span { border-color: #85891C; }
span { border-color: rgb(133,137,28); }
td.TdClassName
{
border-color: #85891C;
}
.TagClassName
{
border-color: #85891C;
}
</style>