Shades of Trendy Green #8B8922
Tints of Trendy Green #8B8922
RGB
CMYK
RGB Variations
Color information
#8B8922 (or 0x8B8922) is known color: Trendy Green. HEX triplet: 8B, 89 and 22. RGB value is (139,137,34). Sum of RGB (Red+Green+Blue) = 139+137+34=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8922 is #7476DD. Grayscale: #7E7E7E. Windows color (decimal): -7632606 or 2263435. OLE color: 2263435.
HSL color Cylindrical-coordinate representation of color #8B8922: hue angle of 58.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B8922 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 34 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.45 |
| HSL | 58.86º | 0.61% | 0.34% | - |
| HSV(B) | 58.86º | 0.76% | 0.55% | - |
| XYZ | 19.88 | 23.5 | 5 | - |
| YUV | 125.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 34 | 0 | 0.01 | 0.76 | 0.45 | 58.86 | 0.61 | 0.34 |
| Hex | 8B | 89 | 22 | 0 | 1 | 4C | 2D | 3B | 3D | 22 |
| Octal | 213 | 211 | 42 | 0 | 1 | 114 | 55 | 73 | 75 | 42 |
| Binary | 10001011 | 10001001 | 100010 | 0 | 1 | 1001100 | 101101 | 111011 | 111101 | 100010 |
Color Harmonies of #8B8922
Complementary color
Monochromatic Colors of #8B8922
Black with #8B8922
Text Example
Text Example
White with #8B8922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8922; }
p { color: rgb(139,137,34); }
H1.HeaderClassName
{
color: #8B8922;
}
.AnyTagClassName
{
color: #8B8922;
}
</style>
background-color css
<style>
a { background-color: #8B8922; }
a { background-color: rgb(139,137,34); }
div.DivClassName
{
background-color: #8B8922;
}
.BgClassName
{
background-color: #8B8922;
}
</style>
border-color css
<style>
span { border-color: #8B8922; }
span { border-color: rgb(139,137,34); }
td.TdClassName
{
border-color: #8B8922;
}
.TagClassName
{
border-color: #8B8922;
}
</style>