Shades of Trendy Green #848D1A
Tints of Trendy Green #848D1A
RGB
CMYK
RGB Variations
Color information
#848D1A (or 0x848D1A) is known color: Trendy Green. HEX triplet: 84, 8D and 1A. RGB value is (132,141,26). Sum of RGB (Red+Green+Blue) = 132+141+26=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #848D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848D1A is #7B72E5. Grayscale: #7D7D7D. Windows color (decimal): -8090342 or 1740164. OLE color: 1740164.
HSL color Cylindrical-coordinate representation of color #848D1A: hue angle of 64.7º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #848D1A is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 26 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.45 |
| HSL | 64.7º | 0.69% | 0.33% | - |
| HSV(B) | 64.7º | 0.82% | 0.55% | - |
| XYZ | 19.23 | 24.03 | 4.6 | - |
| YUV | 125.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 26 | 0.06 | 0 | 0.82 | 0.45 | 64.7 | 0.69 | 0.33 |
| Hex | 84 | 8D | 1A | 6 | 0 | 52 | 2D | 41 | 45 | 21 |
| Octal | 204 | 215 | 32 | 6 | 0 | 122 | 55 | 101 | 105 | 41 |
| Binary | 10000100 | 10001101 | 11010 | 110 | 0 | 1010010 | 101101 | 1000001 | 1000101 | 100001 |
Color Harmonies of #848D1A
Complementary color
Monochromatic Colors of #848D1A
Black with #848D1A
Text Example
Text Example
White with #848D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D1A; }
p { color: rgb(132,141,26); }
H1.HeaderClassName
{
color: #848D1A;
}
.AnyTagClassName
{
color: #848D1A;
}
</style>
background-color css
<style>
a { background-color: #848D1A; }
a { background-color: rgb(132,141,26); }
div.DivClassName
{
background-color: #848D1A;
}
.BgClassName
{
background-color: #848D1A;
}
</style>
border-color css
<style>
span { border-color: #848D1A; }
span { border-color: rgb(132,141,26); }
td.TdClassName
{
border-color: #848D1A;
}
.TagClassName
{
border-color: #848D1A;
}
</style>