Shades of Hippie Green #54894C
Tints of Hippie Green #54894C
RGB
CMYK
RGB Variations
Color information
#54894C (or 0x54894C) is known color: Hippie Green. HEX triplet: 54, 89 and 4C. RGB value is (84,137,76). Sum of RGB (Red+Green+Blue) = 84+137+76=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #54894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54894C is #AB76B3. Grayscale: #727272. Windows color (decimal): -11237044 or 5015892. OLE color: 5015892.
HSL color Cylindrical-coordinate representation of color #54894C: hue angle of 112.13º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54894C is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 76 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.46 |
| HSL | 112.13º | 0.29% | 0.42% | - |
| HSV(B) | 112.13º | 0.45% | 0.54% | - |
| XYZ | 13.91 | 20.3 | 10.02 | - |
| YUV | 114.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 76 | 0.39 | 0 | 0.45 | 0.46 | 112.13 | 0.29 | 0.42 |
| Hex | 54 | 89 | 4C | 27 | 0 | 2D | 2E | 70 | 1D | 2A |
| Octal | 124 | 211 | 114 | 47 | 0 | 55 | 56 | 160 | 35 | 52 |
| Binary | 1010100 | 10001001 | 1001100 | 100111 | 0 | 101101 | 101110 | 1110000 | 11101 | 101010 |
Color Harmonies of #54894C
Complementary color
Monochromatic Colors of #54894C
Black with #54894C
Text Example
Text Example
White with #54894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54894C; }
p { color: rgb(84,137,76); }
H1.HeaderClassName
{
color: #54894C;
}
.AnyTagClassName
{
color: #54894C;
}
</style>
background-color css
<style>
a { background-color: #54894C; }
a { background-color: rgb(84,137,76); }
div.DivClassName
{
background-color: #54894C;
}
.BgClassName
{
background-color: #54894C;
}
</style>
border-color css
<style>
span { border-color: #54894C; }
span { border-color: rgb(84,137,76); }
td.TdClassName
{
border-color: #54894C;
}
.TagClassName
{
border-color: #54894C;
}
</style>