Shades of Trendy Green #8C881B
Tints of Trendy Green #8C881B
RGB
CMYK
RGB Variations
Color information
#8C881B (or 0x8C881B) is known color: Trendy Green. HEX triplet: 8C, 88 and 1B. RGB value is (140,136,27). Sum of RGB (Red+Green+Blue) = 140+136+27=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C881B is #7377E4. Grayscale: #7D7D7D. Windows color (decimal): -7567333 or 1804428. OLE color: 1804428.
HSL color Cylindrical-coordinate representation of color #8C881B: hue angle of 57.88º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C881B is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 27 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.45 |
| HSL | 57.88º | 0.68% | 0.33% | - |
| HSV(B) | 57.88º | 0.81% | 0.55% | - |
| XYZ | 19.82 | 23.26 | 4.48 | - |
| YUV | 124.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 27 | 0 | 0.03 | 0.81 | 0.45 | 57.88 | 0.68 | 0.33 |
| Hex | 8C | 88 | 1B | 0 | 3 | 51 | 2D | 3A | 44 | 21 |
| Octal | 214 | 210 | 33 | 0 | 3 | 121 | 55 | 72 | 104 | 41 |
| Binary | 10001100 | 10001000 | 11011 | 0 | 11 | 1010001 | 101101 | 111010 | 1000100 | 100001 |
Color Harmonies of #8C881B
Complementary color
Monochromatic Colors of #8C881B
Black with #8C881B
Text Example
Text Example
White with #8C881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C881B; }
p { color: rgb(140,136,27); }
H1.HeaderClassName
{
color: #8C881B;
}
.AnyTagClassName
{
color: #8C881B;
}
</style>
background-color css
<style>
a { background-color: #8C881B; }
a { background-color: rgb(140,136,27); }
div.DivClassName
{
background-color: #8C881B;
}
.BgClassName
{
background-color: #8C881B;
}
</style>
border-color css
<style>
span { border-color: #8C881B; }
span { border-color: rgb(140,136,27); }
td.TdClassName
{
border-color: #8C881B;
}
.TagClassName
{
border-color: #8C881B;
}
</style>