Shades of Olivine #A3BF66
Tints of Olivine #A3BF66
RGB
CMYK
RGB Variations
Color information
#A3BF66 (or 0xA3BF66) is known color: Olivine. HEX triplet: A3, BF and 66. RGB value is (163,191,102). Sum of RGB (Red+Green+Blue) = 163+191+102=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF66 is #5C4099. Grayscale: #ACACAC. Windows color (decimal): -6045850 or 6733731. OLE color: 6733731.
HSL color Cylindrical-coordinate representation of color #A3BF66: hue angle of 78.88º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3BF66 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 102 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.25 |
| HSL | 78.88º | 0.41% | 0.57% | - |
| HSV(B) | 78.88º | 0.47% | 0.75% | - |
| XYZ | 36.13 | 46.01 | 19.55 | - |
| YUV | 172.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 102 | 0.15 | 0 | 0.47 | 0.25 | 78.88 | 0.41 | 0.57 |
| Hex | A3 | BF | 66 | F | 0 | 2F | 19 | 4F | 29 | 39 |
| Octal | 243 | 277 | 146 | 17 | 0 | 57 | 31 | 117 | 51 | 71 |
| Binary | 10100011 | 10111111 | 1100110 | 1111 | 0 | 101111 | 11001 | 1001111 | 101001 | 111001 |
Color Harmonies of #A3BF66
Complementary color
Monochromatic Colors of #A3BF66
Black with #A3BF66
Text Example
Text Example
White with #A3BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF66; }
p { color: rgb(163,191,102); }
H1.HeaderClassName
{
color: #A3BF66;
}
.AnyTagClassName
{
color: #A3BF66;
}
</style>
background-color css
<style>
a { background-color: #A3BF66; }
a { background-color: rgb(163,191,102); }
div.DivClassName
{
background-color: #A3BF66;
}
.BgClassName
{
background-color: #A3BF66;
}
</style>
border-color css
<style>
span { border-color: #A3BF66; }
span { border-color: rgb(163,191,102); }
td.TdClassName
{
border-color: #A3BF66;
}
.TagClassName
{
border-color: #A3BF66;
}
</style>