Shades of Olivine #A4BD6A
Tints of Olivine #A4BD6A
RGB
CMYK
RGB Variations
Color information
#A4BD6A (or 0xA4BD6A) is known color: Olivine. HEX triplet: A4, BD and 6A. RGB value is (164,189,106). Sum of RGB (Red+Green+Blue) = 164+189+106=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD6A is #5B4295. Grayscale: #ACACAC. Windows color (decimal): -5980822 or 6995364. OLE color: 6995364.
HSL color Cylindrical-coordinate representation of color #A4BD6A: hue angle of 78.07º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4BD6A is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 106 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.26 |
| HSL | 78.07º | 0.39% | 0.58% | - |
| HSV(B) | 78.07º | 0.44% | 0.74% | - |
| XYZ | 36.11 | 45.33 | 20.48 | - |
| YUV | 172.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 106 | 0.13 | 0 | 0.44 | 0.26 | 78.07 | 0.39 | 0.58 |
| Hex | A4 | BD | 6A | D | 0 | 2C | 1A | 4E | 27 | 3A |
| Octal | 244 | 275 | 152 | 15 | 0 | 54 | 32 | 116 | 47 | 72 |
| Binary | 10100100 | 10111101 | 1101010 | 1101 | 0 | 101100 | 11010 | 1001110 | 100111 | 111010 |
Color Harmonies of #A4BD6A
Complementary color
Monochromatic Colors of #A4BD6A
Black with #A4BD6A
Text Example
Text Example
White with #A4BD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BD6A; }
p { color: rgb(164,189,106); }
H1.HeaderClassName
{
color: #A4BD6A;
}
.AnyTagClassName
{
color: #A4BD6A;
}
</style>
background-color css
<style>
a { background-color: #A4BD6A; }
a { background-color: rgb(164,189,106); }
div.DivClassName
{
background-color: #A4BD6A;
}
.BgClassName
{
background-color: #A4BD6A;
}
</style>
border-color css
<style>
span { border-color: #A4BD6A; }
span { border-color: rgb(164,189,106); }
td.TdClassName
{
border-color: #A4BD6A;
}
.TagClassName
{
border-color: #A4BD6A;
}
</style>