Shades of Trendy Green #84841C
Tints of Trendy Green #84841C
RGB
CMYK
RGB Variations
Color information
#84841C (or 0x84841C) is known color: Trendy Green. HEX triplet: 84, 84 and 1C. RGB value is (132,132,28). Sum of RGB (Red+Green+Blue) = 132+132+28=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84841C is #7B7BE3. Grayscale: #787878. Windows color (decimal): -8092644 or 1868932. OLE color: 1868932.
HSL color Cylindrical-coordinate representation of color #84841C: hue angle of 60º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84841C is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 28 | - |
| CMYK | 0 | 0 | 0.79 | 0.48 |
| HSL | 60º | 0.65% | 0.31% | - |
| HSV(B) | 60º | 0.79% | 0.52% | - |
| XYZ | 17.98 | 21.49 | 4.3 | - |
| YUV | 120.14 | 76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 28 | 0 | 0 | 0.79 | 0.48 | 60 | 0.65 | 0.31 |
| Hex | 84 | 84 | 1C | 0 | 0 | 4F | 30 | 3C | 41 | 1F |
| Octal | 204 | 204 | 34 | 0 | 0 | 117 | 60 | 74 | 101 | 37 |
| Binary | 10000100 | 10000100 | 11100 | 0 | 0 | 1001111 | 110000 | 111100 | 1000001 | 11111 |
Color Harmonies of #84841C
Complementary color
Monochromatic Colors of #84841C
Black with #84841C
Text Example
Text Example
White with #84841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84841C; }
p { color: rgb(132,132,28); }
H1.HeaderClassName
{
color: #84841C;
}
.AnyTagClassName
{
color: #84841C;
}
</style>
background-color css
<style>
a { background-color: #84841C; }
a { background-color: rgb(132,132,28); }
div.DivClassName
{
background-color: #84841C;
}
.BgClassName
{
background-color: #84841C;
}
</style>
border-color css
<style>
span { border-color: #84841C; }
span { border-color: rgb(132,132,28); }
td.TdClassName
{
border-color: #84841C;
}
.TagClassName
{
border-color: #84841C;
}
</style>