Shades of Olivine #A3BD69
Tints of Olivine #A3BD69
RGB
CMYK
RGB Variations
Color information
#A3BD69 (or 0xA3BD69) is known color: Olivine. HEX triplet: A3, BD and 69. RGB value is (163,189,105). Sum of RGB (Red+Green+Blue) = 163+189+105=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD69 is #5C4296. Grayscale: #ABABAB. Windows color (decimal): -6046359 or 6929827. OLE color: 6929827.
HSL color Cylindrical-coordinate representation of color #A3BD69: hue angle of 78.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3BD69 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 105 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.26 |
| HSL | 78.57º | 0.39% | 0.58% | - |
| HSV(B) | 78.57º | 0.44% | 0.74% | - |
| XYZ | 35.85 | 45.2 | 20.2 | - |
| YUV | 171.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 105 | 0.14 | 0 | 0.44 | 0.26 | 78.57 | 0.39 | 0.58 |
| Hex | A3 | BD | 69 | E | 0 | 2C | 1A | 4F | 27 | 3A |
| Octal | 243 | 275 | 151 | 16 | 0 | 54 | 32 | 117 | 47 | 72 |
| Binary | 10100011 | 10111101 | 1101001 | 1110 | 0 | 101100 | 11010 | 1001111 | 100111 | 111010 |
Color Harmonies of #A3BD69
Complementary color
Monochromatic Colors of #A3BD69
Black with #A3BD69
Text Example
Text Example
White with #A3BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD69; }
p { color: rgb(163,189,105); }
H1.HeaderClassName
{
color: #A3BD69;
}
.AnyTagClassName
{
color: #A3BD69;
}
</style>
background-color css
<style>
a { background-color: #A3BD69; }
a { background-color: rgb(163,189,105); }
div.DivClassName
{
background-color: #A3BD69;
}
.BgClassName
{
background-color: #A3BD69;
}
</style>
border-color css
<style>
span { border-color: #A3BD69; }
span { border-color: rgb(163,189,105); }
td.TdClassName
{
border-color: #A3BD69;
}
.TagClassName
{
border-color: #A3BD69;
}
</style>