Shades of Olivine #A5BC6D
Tints of Olivine #A5BC6D
RGB
CMYK
RGB Variations
Color information
#A5BC6D (or 0xA5BC6D) is known color: Olivine. HEX triplet: A5, BC and 6D. RGB value is (165,188,109). Sum of RGB (Red+Green+Blue) = 165+188+109=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC6D is #5A4392. Grayscale: #ACACAC. Windows color (decimal): -5915539 or 7191717. OLE color: 7191717.
HSL color Cylindrical-coordinate representation of color #A5BC6D: hue angle of 77.47º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5BC6D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 109 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.26 |
| HSL | 77.47º | 0.37% | 0.58% | - |
| HSV(B) | 77.47º | 0.42% | 0.74% | - |
| XYZ | 36.26 | 45.07 | 21.26 | - |
| YUV | 172.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 109 | 0.12 | 0 | 0.42 | 0.26 | 77.47 | 0.37 | 0.58 |
| Hex | A5 | BC | 6D | C | 0 | 2A | 1A | 4D | 25 | 3A |
| Octal | 245 | 274 | 155 | 14 | 0 | 52 | 32 | 115 | 45 | 72 |
| Binary | 10100101 | 10111100 | 1101101 | 1100 | 0 | 101010 | 11010 | 1001101 | 100101 | 111010 |
Color Harmonies of #A5BC6D
Complementary color
Monochromatic Colors of #A5BC6D
Black with #A5BC6D
Text Example
Text Example
White with #A5BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC6D; }
p { color: rgb(165,188,109); }
H1.HeaderClassName
{
color: #A5BC6D;
}
.AnyTagClassName
{
color: #A5BC6D;
}
</style>
background-color css
<style>
a { background-color: #A5BC6D; }
a { background-color: rgb(165,188,109); }
div.DivClassName
{
background-color: #A5BC6D;
}
.BgClassName
{
background-color: #A5BC6D;
}
</style>
border-color css
<style>
span { border-color: #A5BC6D; }
span { border-color: rgb(165,188,109); }
td.TdClassName
{
border-color: #A5BC6D;
}
.TagClassName
{
border-color: #A5BC6D;
}
</style>