Shades of Olivine #A5BC6A
Tints of Olivine #A5BC6A
RGB
CMYK
RGB Variations
Color information
#A5BC6A (or 0xA5BC6A) is known color: Olivine. HEX triplet: A5, BC and 6A. RGB value is (165,188,106). Sum of RGB (Red+Green+Blue) = 165+188+106=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC6A is #5A4395. Grayscale: #ACACAC. Windows color (decimal): -5915542 or 6995109. OLE color: 6995109.
HSL color Cylindrical-coordinate representation of color #A5BC6A: hue angle of 76.83º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5BC6A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 106 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.26 |
| HSL | 76.83º | 0.38% | 0.58% | - |
| HSV(B) | 76.83º | 0.44% | 0.74% | - |
| XYZ | 36.1 | 45.01 | 20.42 | - |
| YUV | 171.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 106 | 0.12 | 0 | 0.44 | 0.26 | 76.83 | 0.38 | 0.58 |
| Hex | A5 | BC | 6A | C | 0 | 2C | 1A | 4D | 26 | 3A |
| Octal | 245 | 274 | 152 | 14 | 0 | 54 | 32 | 115 | 46 | 72 |
| Binary | 10100101 | 10111100 | 1101010 | 1100 | 0 | 101100 | 11010 | 1001101 | 100110 | 111010 |
Color Harmonies of #A5BC6A
Complementary color
Monochromatic Colors of #A5BC6A
Black with #A5BC6A
Text Example
Text Example
White with #A5BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC6A; }
p { color: rgb(165,188,106); }
H1.HeaderClassName
{
color: #A5BC6A;
}
.AnyTagClassName
{
color: #A5BC6A;
}
</style>
background-color css
<style>
a { background-color: #A5BC6A; }
a { background-color: rgb(165,188,106); }
div.DivClassName
{
background-color: #A5BC6A;
}
.BgClassName
{
background-color: #A5BC6A;
}
</style>
border-color css
<style>
span { border-color: #A5BC6A; }
span { border-color: rgb(165,188,106); }
td.TdClassName
{
border-color: #A5BC6A;
}
.TagClassName
{
border-color: #A5BC6A;
}
</style>