Shades of Olivine #A4C55D
Tints of Olivine #A4C55D
RGB
CMYK
RGB Variations
Color information
#A4C55D (or 0xA4C55D) is known color: Olivine. HEX triplet: A4, C5 and 5D. RGB value is (164,197,93). Sum of RGB (Red+Green+Blue) = 164+197+93=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C55D is #5B3AA2. Grayscale: #AFAFAF. Windows color (decimal): -5978787 or 6145444. OLE color: 6145444.
HSL color Cylindrical-coordinate representation of color #A4C55D: hue angle of 79.04º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4C55D is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 93 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.23 |
| HSL | 79.04º | 0.47% | 0.57% | - |
| HSV(B) | 79.04º | 0.53% | 0.77% | - |
| XYZ | 37.25 | 48.62 | 17.78 | - |
| YUV | 175.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 93 | 0.17 | 0 | 0.53 | 0.23 | 79.04 | 0.47 | 0.57 |
| Hex | A4 | C5 | 5D | 11 | 0 | 35 | 17 | 4F | 2F | 39 |
| Octal | 244 | 305 | 135 | 21 | 0 | 65 | 27 | 117 | 57 | 71 |
| Binary | 10100100 | 11000101 | 1011101 | 10001 | 0 | 110101 | 10111 | 1001111 | 101111 | 111001 |
Color Harmonies of #A4C55D
Complementary color
Monochromatic Colors of #A4C55D
Black with #A4C55D
Text Example
Text Example
White with #A4C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C55D; }
p { color: rgb(164,197,93); }
H1.HeaderClassName
{
color: #A4C55D;
}
.AnyTagClassName
{
color: #A4C55D;
}
</style>
background-color css
<style>
a { background-color: #A4C55D; }
a { background-color: rgb(164,197,93); }
div.DivClassName
{
background-color: #A4C55D;
}
.BgClassName
{
background-color: #A4C55D;
}
</style>
border-color css
<style>
span { border-color: #A4C55D; }
span { border-color: rgb(164,197,93); }
td.TdClassName
{
border-color: #A4C55D;
}
.TagClassName
{
border-color: #A4C55D;
}
</style>