Shades of Olivine #A8BD65
Tints of Olivine #A8BD65
RGB
CMYK
RGB Variations
Color information
#A8BD65 (or 0xA8BD65) is known color: Olivine. HEX triplet: A8, BD and 65. RGB value is (168,189,101). Sum of RGB (Red+Green+Blue) = 168+189+101=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD65 is #57429A. Grayscale: #ADADAD. Windows color (decimal): -5718683 or 6667688. OLE color: 6667688.
HSL color Cylindrical-coordinate representation of color #A8BD65: hue angle of 74.32º 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 #A8BD65 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 101 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.26 |
| HSL | 74.32º | 0.4% | 0.57% | - |
| HSV(B) | 74.32º | 0.47% | 0.74% | - |
| XYZ | 36.7 | 45.66 | 19.19 | - |
| YUV | 172.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 101 | 0.11 | 0 | 0.47 | 0.26 | 74.32 | 0.4 | 0.57 |
| Hex | A8 | BD | 65 | B | 0 | 2F | 1A | 4A | 28 | 39 |
| Octal | 250 | 275 | 145 | 13 | 0 | 57 | 32 | 112 | 50 | 71 |
| Binary | 10101000 | 10111101 | 1100101 | 1011 | 0 | 101111 | 11010 | 1001010 | 101000 | 111001 |
Color Harmonies of #A8BD65
Complementary color
Monochromatic Colors of #A8BD65
Black with #A8BD65
Text Example
Text Example
White with #A8BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD65; }
p { color: rgb(168,189,101); }
H1.HeaderClassName
{
color: #A8BD65;
}
.AnyTagClassName
{
color: #A8BD65;
}
</style>
background-color css
<style>
a { background-color: #A8BD65; }
a { background-color: rgb(168,189,101); }
div.DivClassName
{
background-color: #A8BD65;
}
.BgClassName
{
background-color: #A8BD65;
}
</style>
border-color css
<style>
span { border-color: #A8BD65; }
span { border-color: rgb(168,189,101); }
td.TdClassName
{
border-color: #A8BD65;
}
.TagClassName
{
border-color: #A8BD65;
}
</style>