Shades of Olivine #A4BD66
Tints of Olivine #A4BD66
RGB
CMYK
RGB Variations
Color information
#A4BD66 (or 0xA4BD66) is known color: Olivine. HEX triplet: A4, BD and 66. RGB value is (164,189,102). Sum of RGB (Red+Green+Blue) = 164+189+102=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD66 is #5B4299. Grayscale: #ABABAB. Windows color (decimal): -5980826 or 6733220. OLE color: 6733220.
HSL color Cylindrical-coordinate representation of color #A4BD66: hue angle of 77.24º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4BD66 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 102 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.26 |
| HSL | 77.24º | 0.4% | 0.57% | - |
| HSV(B) | 77.24º | 0.46% | 0.74% | - |
| XYZ | 35.91 | 45.25 | 19.41 | - |
| YUV | 171.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 102 | 0.13 | 0 | 0.46 | 0.26 | 77.24 | 0.4 | 0.57 |
| Hex | A4 | BD | 66 | D | 0 | 2E | 1A | 4D | 28 | 39 |
| Octal | 244 | 275 | 146 | 15 | 0 | 56 | 32 | 115 | 50 | 71 |
| Binary | 10100100 | 10111101 | 1100110 | 1101 | 0 | 101110 | 11010 | 1001101 | 101000 | 111001 |
Color Harmonies of #A4BD66
Complementary color
Monochromatic Colors of #A4BD66
Black with #A4BD66
Text Example
Text Example
White with #A4BD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BD66; }
p { color: rgb(164,189,102); }
H1.HeaderClassName
{
color: #A4BD66;
}
.AnyTagClassName
{
color: #A4BD66;
}
</style>
background-color css
<style>
a { background-color: #A4BD66; }
a { background-color: rgb(164,189,102); }
div.DivClassName
{
background-color: #A4BD66;
}
.BgClassName
{
background-color: #A4BD66;
}
</style>
border-color css
<style>
span { border-color: #A4BD66; }
span { border-color: rgb(164,189,102); }
td.TdClassName
{
border-color: #A4BD66;
}
.TagClassName
{
border-color: #A4BD66;
}
</style>