Shades of Olivine #A4BC6D
Tints of Olivine #A4BC6D
RGB
CMYK
RGB Variations
Color information
#A4BC6D (or 0xA4BC6D) is known color: Olivine. HEX triplet: A4, BC and 6D. RGB value is (164,188,109). Sum of RGB (Red+Green+Blue) = 164+188+109=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC6D is #5B4392. Grayscale: #ACACAC. Windows color (decimal): -5981075 or 7191716. OLE color: 7191716.
HSL color Cylindrical-coordinate representation of color #A4BC6D: hue angle of 78.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4BC6D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 109 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.26 |
| HSL | 78.23º | 0.37% | 0.58% | - |
| HSV(B) | 78.23º | 0.42% | 0.74% | - |
| XYZ | 36.05 | 44.96 | 21.25 | - |
| YUV | 171.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 109 | 0.13 | 0 | 0.42 | 0.26 | 78.23 | 0.37 | 0.58 |
| Hex | A4 | BC | 6D | D | 0 | 2A | 1A | 4E | 25 | 3A |
| Octal | 244 | 274 | 155 | 15 | 0 | 52 | 32 | 116 | 45 | 72 |
| Binary | 10100100 | 10111100 | 1101101 | 1101 | 0 | 101010 | 11010 | 1001110 | 100101 | 111010 |
Color Harmonies of #A4BC6D
Complementary color
Monochromatic Colors of #A4BC6D
Black with #A4BC6D
Text Example
Text Example
White with #A4BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC6D; }
p { color: rgb(164,188,109); }
H1.HeaderClassName
{
color: #A4BC6D;
}
.AnyTagClassName
{
color: #A4BC6D;
}
</style>
background-color css
<style>
a { background-color: #A4BC6D; }
a { background-color: rgb(164,188,109); }
div.DivClassName
{
background-color: #A4BC6D;
}
.BgClassName
{
background-color: #A4BC6D;
}
</style>
border-color css
<style>
span { border-color: #A4BC6D; }
span { border-color: rgb(164,188,109); }
td.TdClassName
{
border-color: #A4BC6D;
}
.TagClassName
{
border-color: #A4BC6D;
}
</style>