Shades of Trendy Green #8B851C
Tints of Trendy Green #8B851C
RGB
CMYK
RGB Variations
Color information
#8B851C (or 0x8B851C) is known color: Trendy Green. HEX triplet: 8B, 85 and 1C. RGB value is (139,133,28). Sum of RGB (Red+Green+Blue) = 139+133+28=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B851C is #747AE3. Grayscale: #7B7B7B. Windows color (decimal): -7633636 or 1869195. OLE color: 1869195.
HSL color Cylindrical-coordinate representation of color #8B851C: hue angle of 56.76º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B851C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 28 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.45 |
| HSL | 56.76º | 0.66% | 0.33% | - |
| HSV(B) | 56.76º | 0.8% | 0.55% | - |
| XYZ | 19.24 | 22.35 | 4.4 | - |
| YUV | 122.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 28 | 0 | 0.04 | 0.80 | 0.45 | 56.76 | 0.66 | 0.33 |
| Hex | 8B | 85 | 1C | 0 | 4 | 50 | 2D | 39 | 42 | 21 |
| Octal | 213 | 205 | 34 | 0 | 4 | 120 | 55 | 71 | 102 | 41 |
| Binary | 10001011 | 10000101 | 11100 | 0 | 100 | 1010000 | 101101 | 111001 | 1000010 | 100001 |
Color Harmonies of #8B851C
Complementary color
Monochromatic Colors of #8B851C
Black with #8B851C
Text Example
Text Example
White with #8B851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B851C; }
p { color: rgb(139,133,28); }
H1.HeaderClassName
{
color: #8B851C;
}
.AnyTagClassName
{
color: #8B851C;
}
</style>
background-color css
<style>
a { background-color: #8B851C; }
a { background-color: rgb(139,133,28); }
div.DivClassName
{
background-color: #8B851C;
}
.BgClassName
{
background-color: #8B851C;
}
</style>
border-color css
<style>
span { border-color: #8B851C; }
span { border-color: rgb(139,133,28); }
td.TdClassName
{
border-color: #8B851C;
}
.TagClassName
{
border-color: #8B851C;
}
</style>