Shades of La Rioja #BAB90E
Tints of La Rioja #BAB90E
RGB
CMYK
RGB Variations
Color information
#BAB90E (or 0xBAB90E) is known color: La Rioja. HEX triplet: BA, B9 and 0E. RGB value is (186,185,14). Sum of RGB (Red+Green+Blue) = 186+185+14=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB90E is #4546F1. Grayscale: #A6A6A6. Windows color (decimal): -4540146 or 965050. OLE color: 965050.
HSL color Cylindrical-coordinate representation of color #BAB90E: hue angle of 59.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAB90E is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 14 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.27 |
| HSL | 59.65º | 0.86% | 0.39% | - |
| HSV(B) | 59.65º | 0.92% | 0.73% | - |
| XYZ | 37.68 | 45.17 | 7.15 | - |
| YUV | 165.81 | 42.33 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 14 | 0 | 0.01 | 0.92 | 0.27 | 59.65 | 0.86 | 0.39 |
| Hex | BA | B9 | E | 0 | 1 | 5C | 1B | 3C | 56 | 27 |
| Octal | 272 | 271 | 16 | 0 | 1 | 134 | 33 | 74 | 126 | 47 |
| Binary | 10111010 | 10111001 | 1110 | 0 | 1 | 1011100 | 11011 | 111100 | 1010110 | 100111 |
Color Harmonies of #BAB90E
Complementary color
Monochromatic Colors of #BAB90E
Black with #BAB90E
Text Example
Text Example
White with #BAB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB90E; }
p { color: rgb(186,185,14); }
H1.HeaderClassName
{
color: #BAB90E;
}
.AnyTagClassName
{
color: #BAB90E;
}
</style>
background-color css
<style>
a { background-color: #BAB90E; }
a { background-color: rgb(186,185,14); }
div.DivClassName
{
background-color: #BAB90E;
}
.BgClassName
{
background-color: #BAB90E;
}
</style>
border-color css
<style>
span { border-color: #BAB90E; }
span { border-color: rgb(186,185,14); }
td.TdClassName
{
border-color: #BAB90E;
}
.TagClassName
{
border-color: #BAB90E;
}
</style>