Shades of La Rioja #BABA17
Tints of La Rioja #BABA17
RGB
CMYK
RGB Variations
Color information
#BABA17 (or 0xBABA17) is known color: La Rioja. HEX triplet: BA, BA and 17. RGB value is (186,186,23). Sum of RGB (Red+Green+Blue) = 186+186+23=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA17 is #4545E8. Grayscale: #A8A8A8. Windows color (decimal): -4539881 or 1555130. OLE color: 1555130.
HSL color Cylindrical-coordinate representation of color #BABA17: hue angle of 60º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BABA17 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 23 | - |
| CMYK | 0 | 0 | 0.88 | 0.27 |
| HSL | 60º | 0.78% | 0.41% | - |
| HSV(B) | 60º | 0.88% | 0.73% | - |
| XYZ | 37.96 | 45.62 | 7.62 | - |
| YUV | 167.42 | 46.5 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 23 | 0 | 0 | 0.88 | 0.27 | 60 | 0.78 | 0.41 |
| Hex | BA | BA | 17 | 0 | 0 | 58 | 1B | 3C | 4E | 29 |
| Octal | 272 | 272 | 27 | 0 | 0 | 130 | 33 | 74 | 116 | 51 |
| Binary | 10111010 | 10111010 | 10111 | 0 | 0 | 1011000 | 11011 | 111100 | 1001110 | 101001 |
Color Harmonies of #BABA17
Complementary color
Monochromatic Colors of #BABA17
Black with #BABA17
Text Example
Text Example
White with #BABA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA17; }
p { color: rgb(186,186,23); }
H1.HeaderClassName
{
color: #BABA17;
}
.AnyTagClassName
{
color: #BABA17;
}
</style>
background-color css
<style>
a { background-color: #BABA17; }
a { background-color: rgb(186,186,23); }
div.DivClassName
{
background-color: #BABA17;
}
.BgClassName
{
background-color: #BABA17;
}
</style>
border-color css
<style>
span { border-color: #BABA17; }
span { border-color: rgb(186,186,23); }
td.TdClassName
{
border-color: #BABA17;
}
.TagClassName
{
border-color: #BABA17;
}
</style>