Shades of Olivine #A3BC65
Tints of Olivine #A3BC65
RGB
CMYK
RGB Variations
Color information
#A3BC65 (or 0xA3BC65) is known color: Olivine. HEX triplet: A3, BC and 65. RGB value is (163,188,101). Sum of RGB (Red+Green+Blue) = 163+188+101=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC65 is #5C439A. Grayscale: #AAAAAA. Windows color (decimal): -6046619 or 6667427. OLE color: 6667427.
HSL color Cylindrical-coordinate representation of color #A3BC65: hue angle of 77.24º 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 #A3BC65 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 101 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.26 |
| HSL | 77.24º | 0.39% | 0.57% | - |
| HSV(B) | 77.24º | 0.46% | 0.74% | - |
| XYZ | 35.44 | 44.69 | 19.07 | - |
| YUV | 170.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 101 | 0.13 | 0 | 0.46 | 0.26 | 77.24 | 0.39 | 0.57 |
| Hex | A3 | BC | 65 | D | 0 | 2E | 1A | 4D | 27 | 39 |
| Octal | 243 | 274 | 145 | 15 | 0 | 56 | 32 | 115 | 47 | 71 |
| Binary | 10100011 | 10111100 | 1100101 | 1101 | 0 | 101110 | 11010 | 1001101 | 100111 | 111001 |
Color Harmonies of #A3BC65
Complementary color
Monochromatic Colors of #A3BC65
Black with #A3BC65
Text Example
Text Example
White with #A3BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC65; }
p { color: rgb(163,188,101); }
H1.HeaderClassName
{
color: #A3BC65;
}
.AnyTagClassName
{
color: #A3BC65;
}
</style>
background-color css
<style>
a { background-color: #A3BC65; }
a { background-color: rgb(163,188,101); }
div.DivClassName
{
background-color: #A3BC65;
}
.BgClassName
{
background-color: #A3BC65;
}
</style>
border-color css
<style>
span { border-color: #A3BC65; }
span { border-color: rgb(163,188,101); }
td.TdClassName
{
border-color: #A3BC65;
}
.TagClassName
{
border-color: #A3BC65;
}
</style>