Shades of Olivine #A3BC69
Tints of Olivine #A3BC69
RGB
CMYK
RGB Variations
Color information
#A3BC69 (or 0xA3BC69) is known color: Olivine. HEX triplet: A3, BC and 69. RGB value is (163,188,105). Sum of RGB (Red+Green+Blue) = 163+188+105=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC69 is #5C4396. Grayscale: #ABABAB. Windows color (decimal): -6046615 or 6929571. OLE color: 6929571.
HSL color Cylindrical-coordinate representation of color #A3BC69: hue angle of 78.07º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3BC69 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 105 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.26 |
| HSL | 78.07º | 0.38% | 0.57% | - |
| HSV(B) | 78.07º | 0.44% | 0.74% | - |
| XYZ | 35.64 | 44.77 | 20.13 | - |
| YUV | 171.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 105 | 0.13 | 0 | 0.44 | 0.26 | 78.07 | 0.38 | 0.57 |
| Hex | A3 | BC | 69 | D | 0 | 2C | 1A | 4E | 26 | 39 |
| Octal | 243 | 274 | 151 | 15 | 0 | 54 | 32 | 116 | 46 | 71 |
| Binary | 10100011 | 10111100 | 1101001 | 1101 | 0 | 101100 | 11010 | 1001110 | 100110 | 111001 |
Color Harmonies of #A3BC69
Complementary color
Monochromatic Colors of #A3BC69
Black with #A3BC69
Text Example
Text Example
White with #A3BC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC69; }
p { color: rgb(163,188,105); }
H1.HeaderClassName
{
color: #A3BC69;
}
.AnyTagClassName
{
color: #A3BC69;
}
</style>
background-color css
<style>
a { background-color: #A3BC69; }
a { background-color: rgb(163,188,105); }
div.DivClassName
{
background-color: #A3BC69;
}
.BgClassName
{
background-color: #A3BC69;
}
</style>
border-color css
<style>
span { border-color: #A3BC69; }
span { border-color: rgb(163,188,105); }
td.TdClassName
{
border-color: #A3BC69;
}
.TagClassName
{
border-color: #A3BC69;
}
</style>