Shades of Olivine #A3BD64
Tints of Olivine #A3BD64
RGB
CMYK
RGB Variations
Color information
#A3BD64 (or 0xA3BD64) is known color: Olivine. HEX triplet: A3, BD and 64. RGB value is (163,189,100). Sum of RGB (Red+Green+Blue) = 163+189+100=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD64 is #5C429B. Grayscale: #ABABAB. Windows color (decimal): -6046364 or 6602147. OLE color: 6602147.
HSL color Cylindrical-coordinate representation of color #A3BD64: hue angle of 77.53º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3BD64 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 100 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.26 |
| HSL | 77.53º | 0.4% | 0.57% | - |
| HSV(B) | 77.53º | 0.47% | 0.74% | - |
| XYZ | 35.6 | 45.1 | 18.89 | - |
| YUV | 171.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 100 | 0.14 | 0 | 0.47 | 0.26 | 77.53 | 0.4 | 0.57 |
| Hex | A3 | BD | 64 | E | 0 | 2F | 1A | 4E | 28 | 39 |
| Octal | 243 | 275 | 144 | 16 | 0 | 57 | 32 | 116 | 50 | 71 |
| Binary | 10100011 | 10111101 | 1100100 | 1110 | 0 | 101111 | 11010 | 1001110 | 101000 | 111001 |
Color Harmonies of #A3BD64
Complementary color
Monochromatic Colors of #A3BD64
Black with #A3BD64
Text Example
Text Example
White with #A3BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD64; }
p { color: rgb(163,189,100); }
H1.HeaderClassName
{
color: #A3BD64;
}
.AnyTagClassName
{
color: #A3BD64;
}
</style>
background-color css
<style>
a { background-color: #A3BD64; }
a { background-color: rgb(163,189,100); }
div.DivClassName
{
background-color: #A3BD64;
}
.BgClassName
{
background-color: #A3BD64;
}
</style>
border-color css
<style>
span { border-color: #A3BD64; }
span { border-color: rgb(163,189,100); }
td.TdClassName
{
border-color: #A3BD64;
}
.TagClassName
{
border-color: #A3BD64;
}
</style>