Shades of Olivine #A3BD5F
Tints of Olivine #A3BD5F
RGB
CMYK
RGB Variations
Color information
#A3BD5F (or 0xA3BD5F) is known color: Olivine. HEX triplet: A3, BD and 5F. RGB value is (163,189,95). Sum of RGB (Red+Green+Blue) = 163+189+95=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD5F is #5C42A0. Grayscale: #AAAAAA. Windows color (decimal): -6046369 or 6274467. OLE color: 6274467.
HSL color Cylindrical-coordinate representation of color #A3BD5F: hue angle of 76.6º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3BD5F is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 95 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.26 |
| HSL | 76.6º | 0.42% | 0.56% | - |
| HSV(B) | 76.6º | 0.5% | 0.74% | - |
| XYZ | 35.37 | 45.01 | 17.65 | - |
| YUV | 170.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 95 | 0.14 | 0 | 0.50 | 0.26 | 76.6 | 0.42 | 0.56 |
| Hex | A3 | BD | 5F | E | 0 | 32 | 1A | 4D | 2A | 38 |
| Octal | 243 | 275 | 137 | 16 | 0 | 62 | 32 | 115 | 52 | 70 |
| Binary | 10100011 | 10111101 | 1011111 | 1110 | 0 | 110010 | 11010 | 1001101 | 101010 | 111000 |
Color Harmonies of #A3BD5F
Complementary color
Monochromatic Colors of #A3BD5F
Black with #A3BD5F
Text Example
Text Example
White with #A3BD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD5F; }
p { color: rgb(163,189,95); }
H1.HeaderClassName
{
color: #A3BD5F;
}
.AnyTagClassName
{
color: #A3BD5F;
}
</style>
background-color css
<style>
a { background-color: #A3BD5F; }
a { background-color: rgb(163,189,95); }
div.DivClassName
{
background-color: #A3BD5F;
}
.BgClassName
{
background-color: #A3BD5F;
}
</style>
border-color css
<style>
span { border-color: #A3BD5F; }
span { border-color: rgb(163,189,95); }
td.TdClassName
{
border-color: #A3BD5F;
}
.TagClassName
{
border-color: #A3BD5F;
}
</style>