Shades of Olivine #A8BD67
Tints of Olivine #A8BD67
RGB
CMYK
RGB Variations
Color information
#A8BD67 (or 0xA8BD67) is known color: Olivine. HEX triplet: A8, BD and 67. RGB value is (168,189,103). Sum of RGB (Red+Green+Blue) = 168+189+103=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD67 is #574298. Grayscale: #ADADAD. Windows color (decimal): -5718681 or 6798760. OLE color: 6798760.
HSL color Cylindrical-coordinate representation of color #A8BD67: hue angle of 74.65º 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 #A8BD67 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 103 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.26 |
| HSL | 74.65º | 0.39% | 0.57% | - |
| HSV(B) | 74.65º | 0.46% | 0.74% | - |
| XYZ | 36.79 | 45.7 | 19.71 | - |
| YUV | 172.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 103 | 0.11 | 0 | 0.46 | 0.26 | 74.65 | 0.39 | 0.57 |
| Hex | A8 | BD | 67 | B | 0 | 2E | 1A | 4B | 27 | 39 |
| Octal | 250 | 275 | 147 | 13 | 0 | 56 | 32 | 113 | 47 | 71 |
| Binary | 10101000 | 10111101 | 1100111 | 1011 | 0 | 101110 | 11010 | 1001011 | 100111 | 111001 |
Color Harmonies of #A8BD67
Complementary color
Monochromatic Colors of #A8BD67
Black with #A8BD67
Text Example
Text Example
White with #A8BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD67; }
p { color: rgb(168,189,103); }
H1.HeaderClassName
{
color: #A8BD67;
}
.AnyTagClassName
{
color: #A8BD67;
}
</style>
background-color css
<style>
a { background-color: #A8BD67; }
a { background-color: rgb(168,189,103); }
div.DivClassName
{
background-color: #A8BD67;
}
.BgClassName
{
background-color: #A8BD67;
}
</style>
border-color css
<style>
span { border-color: #A8BD67; }
span { border-color: rgb(168,189,103); }
td.TdClassName
{
border-color: #A8BD67;
}
.TagClassName
{
border-color: #A8BD67;
}
</style>