Shades of La Rioja #BABA03
Tints of La Rioja #BABA03
RGB
CMYK
RGB Variations
Color information
#BABA03 (or 0xBABA03) is known color: La Rioja. HEX triplet: BA, BA and 03. RGB value is (186,186,3). Sum of RGB (Red+Green+Blue) = 186+186+3=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA03 is #4545FC. Grayscale: #A5A5A5. Windows color (decimal): -4539901 or 244410. OLE color: 244410.
HSL color Cylindrical-coordinate representation of color #BABA03: hue angle of 60º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BABA03 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 3 | - |
| CMYK | 0 | 0 | 0.98 | 0.27 |
| HSL | 60º | 0.97% | 0.37% | - |
| HSV(B) | 60º | 0.98% | 0.73% | - |
| XYZ | 37.83 | 45.56 | 6.89 | - |
| YUV | 165.14 | 36.5 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 3 | 0 | 0 | 0.98 | 0.27 | 60 | 0.97 | 0.37 |
| Hex | BA | BA | 3 | 0 | 0 | 62 | 1B | 3C | 61 | 25 |
| Octal | 272 | 272 | 3 | 0 | 0 | 142 | 33 | 74 | 141 | 45 |
| Binary | 10111010 | 10111010 | 11 | 0 | 0 | 1100010 | 11011 | 111100 | 1100001 | 100101 |
Color Harmonies of #BABA03
Complementary color
Monochromatic Colors of #BABA03
Black with #BABA03
Text Example
Text Example
White with #BABA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA03; }
p { color: rgb(186,186,3); }
H1.HeaderClassName
{
color: #BABA03;
}
.AnyTagClassName
{
color: #BABA03;
}
</style>
background-color css
<style>
a { background-color: #BABA03; }
a { background-color: rgb(186,186,3); }
div.DivClassName
{
background-color: #BABA03;
}
.BgClassName
{
background-color: #BABA03;
}
</style>
border-color css
<style>
span { border-color: #BABA03; }
span { border-color: rgb(186,186,3); }
td.TdClassName
{
border-color: #BABA03;
}
.TagClassName
{
border-color: #BABA03;
}
</style>