Shades of Olivine #A4BC66
Tints of Olivine #A4BC66
RGB
CMYK
RGB Variations
Color information
#A4BC66 (or 0xA4BC66) is known color: Olivine. HEX triplet: A4, BC and 66. RGB value is (164,188,102). Sum of RGB (Red+Green+Blue) = 164+188+102=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC66 is #5B4399. Grayscale: #ABABAB. Windows color (decimal): -5981082 or 6732964. OLE color: 6732964.
HSL color Cylindrical-coordinate representation of color #A4BC66: hue angle of 76.74º degrees, saturation: 0.39, 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 #A4BC66 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 102 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.26 |
| HSL | 76.74º | 0.39% | 0.57% | - |
| HSV(B) | 76.74º | 0.46% | 0.74% | - |
| XYZ | 35.69 | 44.82 | 19.34 | - |
| YUV | 171.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 102 | 0.13 | 0 | 0.46 | 0.26 | 76.74 | 0.39 | 0.57 |
| Hex | A4 | BC | 66 | D | 0 | 2E | 1A | 4D | 27 | 39 |
| Octal | 244 | 274 | 146 | 15 | 0 | 56 | 32 | 115 | 47 | 71 |
| Binary | 10100100 | 10111100 | 1100110 | 1101 | 0 | 101110 | 11010 | 1001101 | 100111 | 111001 |
Color Harmonies of #A4BC66
Complementary color
Monochromatic Colors of #A4BC66
Black with #A4BC66
Text Example
Text Example
White with #A4BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC66; }
p { color: rgb(164,188,102); }
H1.HeaderClassName
{
color: #A4BC66;
}
.AnyTagClassName
{
color: #A4BC66;
}
</style>
background-color css
<style>
a { background-color: #A4BC66; }
a { background-color: rgb(164,188,102); }
div.DivClassName
{
background-color: #A4BC66;
}
.BgClassName
{
background-color: #A4BC66;
}
</style>
border-color css
<style>
span { border-color: #A4BC66; }
span { border-color: rgb(164,188,102); }
td.TdClassName
{
border-color: #A4BC66;
}
.TagClassName
{
border-color: #A4BC66;
}
</style>