Shades of Trendy Green #858D26
Tints of Trendy Green #858D26
RGB
CMYK
RGB Variations
Color information
#858D26 (or 0x858D26) is known color: Trendy Green. HEX triplet: 85, 8D and 26. RGB value is (133,141,38). Sum of RGB (Red+Green+Blue) = 133+141+38=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #858D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D26 is #7A72D9. Grayscale: #7F7F7F. Windows color (decimal): -8024794 or 2526597. OLE color: 2526597.
HSL color Cylindrical-coordinate representation of color #858D26: hue angle of 64.66º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #858D26 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 38 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.45 |
| HSL | 64.66º | 0.58% | 0.35% | - |
| HSV(B) | 64.66º | 0.73% | 0.55% | - |
| XYZ | 19.55 | 24.18 | 5.47 | - |
| YUV | 126.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 38 | 0.06 | 0 | 0.73 | 0.45 | 64.66 | 0.58 | 0.35 |
| Hex | 85 | 8D | 26 | 6 | 0 | 49 | 2D | 41 | 3A | 23 |
| Octal | 205 | 215 | 46 | 6 | 0 | 111 | 55 | 101 | 72 | 43 |
| Binary | 10000101 | 10001101 | 100110 | 110 | 0 | 1001001 | 101101 | 1000001 | 111010 | 100011 |
Color Harmonies of #858D26
Complementary color
Monochromatic Colors of #858D26
Black with #858D26
Text Example
Text Example
White with #858D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D26; }
p { color: rgb(133,141,38); }
H1.HeaderClassName
{
color: #858D26;
}
.AnyTagClassName
{
color: #858D26;
}
</style>
background-color css
<style>
a { background-color: #858D26; }
a { background-color: rgb(133,141,38); }
div.DivClassName
{
background-color: #858D26;
}
.BgClassName
{
background-color: #858D26;
}
</style>
border-color css
<style>
span { border-color: #858D26; }
span { border-color: rgb(133,141,38); }
td.TdClassName
{
border-color: #858D26;
}
.TagClassName
{
border-color: #858D26;
}
</style>