Shades of Olivine #A4BE7C
Tints of Olivine #A4BE7C
RGB
CMYK
RGB Variations
Color information
#A4BE7C (or 0xA4BE7C) is known color: Olivine. HEX triplet: A4, BE and 7C. RGB value is (164,190,124). Sum of RGB (Red+Green+Blue) = 164+190+124=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE7C is #5B4183. Grayscale: #AEAEAE. Windows color (decimal): -5980548 or 8175268. OLE color: 8175268.
HSL color Cylindrical-coordinate representation of color #A4BE7C: hue angle of 83.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4BE7C is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 124 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.25 |
| HSL | 83.64º | 0.34% | 0.62% | - |
| HSV(B) | 83.64º | 0.35% | 0.75% | - |
| XYZ | 37.36 | 46.17 | 26.01 | - |
| YUV | 174.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 124 | 0.14 | 0 | 0.35 | 0.25 | 83.64 | 0.34 | 0.62 |
| Hex | A4 | BE | 7C | E | 0 | 23 | 19 | 54 | 22 | 3E |
| Octal | 244 | 276 | 174 | 16 | 0 | 43 | 31 | 124 | 42 | 76 |
| Binary | 10100100 | 10111110 | 1111100 | 1110 | 0 | 100011 | 11001 | 1010100 | 100010 | 111110 |
Color Harmonies of #A4BE7C
Complementary color
Monochromatic Colors of #A4BE7C
Black with #A4BE7C
Text Example
Text Example
White with #A4BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE7C; }
p { color: rgb(164,190,124); }
H1.HeaderClassName
{
color: #A4BE7C;
}
.AnyTagClassName
{
color: #A4BE7C;
}
</style>
background-color css
<style>
a { background-color: #A4BE7C; }
a { background-color: rgb(164,190,124); }
div.DivClassName
{
background-color: #A4BE7C;
}
.BgClassName
{
background-color: #A4BE7C;
}
</style>
border-color css
<style>
span { border-color: #A4BE7C; }
span { border-color: rgb(164,190,124); }
td.TdClassName
{
border-color: #A4BE7C;
}
.TagClassName
{
border-color: #A4BE7C;
}
</style>