Shades of Trendy Green #8B881B
Tints of Trendy Green #8B881B
RGB
CMYK
RGB Variations
Color information
#8B881B (or 0x8B881B) is known color: Trendy Green. HEX triplet: 8B, 88 and 1B. RGB value is (139,136,27). Sum of RGB (Red+Green+Blue) = 139+136+27=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B881B is #7477E4. Grayscale: #7C7C7C. Windows color (decimal): -7632869 or 1804427. OLE color: 1804427.
HSL color Cylindrical-coordinate representation of color #8B881B: hue angle of 58.39º degrees, saturation: 0.67, 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 #8B881B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 27 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.45 |
| HSL | 58.39º | 0.67% | 0.33% | - |
| HSV(B) | 58.39º | 0.81% | 0.55% | - |
| XYZ | 19.65 | 23.18 | 4.47 | - |
| YUV | 124.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 27 | 0 | 0.02 | 0.81 | 0.45 | 58.39 | 0.67 | 0.33 |
| Hex | 8B | 88 | 1B | 0 | 2 | 51 | 2D | 3A | 43 | 21 |
| Octal | 213 | 210 | 33 | 0 | 2 | 121 | 55 | 72 | 103 | 41 |
| Binary | 10001011 | 10001000 | 11011 | 0 | 10 | 1010001 | 101101 | 111010 | 1000011 | 100001 |
Color Harmonies of #8B881B
Complementary color
Monochromatic Colors of #8B881B
Black with #8B881B
Text Example
Text Example
White with #8B881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B881B; }
p { color: rgb(139,136,27); }
H1.HeaderClassName
{
color: #8B881B;
}
.AnyTagClassName
{
color: #8B881B;
}
</style>
background-color css
<style>
a { background-color: #8B881B; }
a { background-color: rgb(139,136,27); }
div.DivClassName
{
background-color: #8B881B;
}
.BgClassName
{
background-color: #8B881B;
}
</style>
border-color css
<style>
span { border-color: #8B881B; }
span { border-color: rgb(139,136,27); }
td.TdClassName
{
border-color: #8B881B;
}
.TagClassName
{
border-color: #8B881B;
}
</style>