Shades of Olivine #A5BA6B
Tints of Olivine #A5BA6B
RGB
CMYK
RGB Variations
Color information
#A5BA6B (or 0xA5BA6B) is known color: Olivine. HEX triplet: A5, BA and 6B. RGB value is (165,186,107). Sum of RGB (Red+Green+Blue) = 165+186+107=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA6B is #5A4594. Grayscale: #ABABAB. Windows color (decimal): -5916053 or 7060133. OLE color: 7060133.
HSL color Cylindrical-coordinate representation of color #A5BA6B: hue angle of 75.95º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5BA6B is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 107 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.27 |
| HSL | 75.95º | 0.36% | 0.57% | - |
| HSV(B) | 75.95º | 0.42% | 0.73% | - |
| XYZ | 35.73 | 44.18 | 20.55 | - |
| YUV | 170.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 107 | 0.11 | 0 | 0.42 | 0.27 | 75.95 | 0.36 | 0.57 |
| Hex | A5 | BA | 6B | B | 0 | 2A | 1B | 4C | 24 | 39 |
| Octal | 245 | 272 | 153 | 13 | 0 | 52 | 33 | 114 | 44 | 71 |
| Binary | 10100101 | 10111010 | 1101011 | 1011 | 0 | 101010 | 11011 | 1001100 | 100100 | 111001 |
Color Harmonies of #A5BA6B
Complementary color
Monochromatic Colors of #A5BA6B
Black with #A5BA6B
Text Example
Text Example
White with #A5BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA6B; }
p { color: rgb(165,186,107); }
H1.HeaderClassName
{
color: #A5BA6B;
}
.AnyTagClassName
{
color: #A5BA6B;
}
</style>
background-color css
<style>
a { background-color: #A5BA6B; }
a { background-color: rgb(165,186,107); }
div.DivClassName
{
background-color: #A5BA6B;
}
.BgClassName
{
background-color: #A5BA6B;
}
</style>
border-color css
<style>
span { border-color: #A5BA6B; }
span { border-color: rgb(165,186,107); }
td.TdClassName
{
border-color: #A5BA6B;
}
.TagClassName
{
border-color: #A5BA6B;
}
</style>