Shades of Trendy Green #858926
Tints of Trendy Green #858926
RGB
CMYK
RGB Variations
Color information
#858926 (or 0x858926) is known color: Trendy Green. HEX triplet: 85, 89 and 26. RGB value is (133,137,38). Sum of RGB (Red+Green+Blue) = 133+137+38=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #858926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858926 is #7A76D9. Grayscale: #7C7C7C. Windows color (decimal): -8025818 or 2525573. OLE color: 2525573.
HSL color Cylindrical-coordinate representation of color #858926: hue angle of 62.42º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #858926 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 38 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.46 |
| HSL | 62.42º | 0.57% | 0.34% | - |
| HSV(B) | 62.42º | 0.72% | 0.54% | - |
| XYZ | 18.97 | 23.02 | 5.28 | - |
| YUV | 124.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 38 | 0.03 | 0 | 0.72 | 0.46 | 62.42 | 0.57 | 0.34 |
| Hex | 85 | 89 | 26 | 3 | 0 | 48 | 2E | 3E | 39 | 22 |
| Octal | 205 | 211 | 46 | 3 | 0 | 110 | 56 | 76 | 71 | 42 |
| Binary | 10000101 | 10001001 | 100110 | 11 | 0 | 1001000 | 101110 | 111110 | 111001 | 100010 |
Color Harmonies of #858926
Complementary color
Monochromatic Colors of #858926
Black with #858926
Text Example
Text Example
White with #858926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858926; }
p { color: rgb(133,137,38); }
H1.HeaderClassName
{
color: #858926;
}
.AnyTagClassName
{
color: #858926;
}
</style>
background-color css
<style>
a { background-color: #858926; }
a { background-color: rgb(133,137,38); }
div.DivClassName
{
background-color: #858926;
}
.BgClassName
{
background-color: #858926;
}
</style>
border-color css
<style>
span { border-color: #858926; }
span { border-color: rgb(133,137,38); }
td.TdClassName
{
border-color: #858926;
}
.TagClassName
{
border-color: #858926;
}
</style>