Shades of Olivine #A5BA6C
Tints of Olivine #A5BA6C
RGB
CMYK
RGB Variations
Color information
#A5BA6C (or 0xA5BA6C) is known color: Olivine. HEX triplet: A5, BA and 6C. RGB value is (165,186,108). Sum of RGB (Red+Green+Blue) = 165+186+108=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA6C is #5A4593. Grayscale: #ABABAB. Windows color (decimal): -5916052 or 7125669. OLE color: 7125669.
HSL color Cylindrical-coordinate representation of color #A5BA6C: hue angle of 76.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5BA6C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 108 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.27 |
| HSL | 76.15º | 0.36% | 0.58% | - |
| HSV(B) | 76.15º | 0.42% | 0.73% | - |
| XYZ | 35.78 | 44.2 | 20.83 | - |
| YUV | 170.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 108 | 0.11 | 0 | 0.42 | 0.27 | 76.15 | 0.36 | 0.58 |
| Hex | A5 | BA | 6C | B | 0 | 2A | 1B | 4C | 24 | 3A |
| Octal | 245 | 272 | 154 | 13 | 0 | 52 | 33 | 114 | 44 | 72 |
| Binary | 10100101 | 10111010 | 1101100 | 1011 | 0 | 101010 | 11011 | 1001100 | 100100 | 111010 |
Color Harmonies of #A5BA6C
Complementary color
Monochromatic Colors of #A5BA6C
Black with #A5BA6C
Text Example
Text Example
White with #A5BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA6C; }
p { color: rgb(165,186,108); }
H1.HeaderClassName
{
color: #A5BA6C;
}
.AnyTagClassName
{
color: #A5BA6C;
}
</style>
background-color css
<style>
a { background-color: #A5BA6C; }
a { background-color: rgb(165,186,108); }
div.DivClassName
{
background-color: #A5BA6C;
}
.BgClassName
{
background-color: #A5BA6C;
}
</style>
border-color css
<style>
span { border-color: #A5BA6C; }
span { border-color: rgb(165,186,108); }
td.TdClassName
{
border-color: #A5BA6C;
}
.TagClassName
{
border-color: #A5BA6C;
}
</style>