Shades of La Rioja #BAB80E
Tints of La Rioja #BAB80E
RGB
CMYK
RGB Variations
Color information
#BAB80E (or 0xBAB80E) is known color: La Rioja. HEX triplet: BA, B8 and 0E. RGB value is (186,184,14). Sum of RGB (Red+Green+Blue) = 186+184+14=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB80E is #4547F1. Grayscale: #A5A5A5. Windows color (decimal): -4540402 or 964794. OLE color: 964794.
HSL color Cylindrical-coordinate representation of color #BAB80E: hue angle of 59.3º 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 #BAB80E is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 14 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.27 |
| HSL | 59.3º | 0.86% | 0.39% | - |
| HSV(B) | 59.3º | 0.92% | 0.73% | - |
| XYZ | 37.47 | 44.75 | 7.08 | - |
| YUV | 165.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 14 | 0 | 0.01 | 0.92 | 0.27 | 59.3 | 0.86 | 0.39 |
| Hex | BA | B8 | E | 0 | 1 | 5C | 1B | 3B | 56 | 27 |
| Octal | 272 | 270 | 16 | 0 | 1 | 134 | 33 | 73 | 126 | 47 |
| Binary | 10111010 | 10111000 | 1110 | 0 | 1 | 1011100 | 11011 | 111011 | 1010110 | 100111 |
Color Harmonies of #BAB80E
Complementary color
Monochromatic Colors of #BAB80E
Black with #BAB80E
Text Example
Text Example
White with #BAB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB80E; }
p { color: rgb(186,184,14); }
H1.HeaderClassName
{
color: #BAB80E;
}
.AnyTagClassName
{
color: #BAB80E;
}
</style>
background-color css
<style>
a { background-color: #BAB80E; }
a { background-color: rgb(186,184,14); }
div.DivClassName
{
background-color: #BAB80E;
}
.BgClassName
{
background-color: #BAB80E;
}
</style>
border-color css
<style>
span { border-color: #BAB80E; }
span { border-color: rgb(186,184,14); }
td.TdClassName
{
border-color: #BAB80E;
}
.TagClassName
{
border-color: #BAB80E;
}
</style>