Shades of La Rioja #BAB400
Tints of La Rioja #BAB400
RGB
CMYK
RGB Variations
Color information
#BAB400 (or 0xBAB400) is known color: La Rioja. HEX triplet: BA, B4 and 00. RGB value is (186,180,0). Sum of RGB (Red+Green+Blue) = 186+180+0=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB400 is #454BFF. Grayscale: #A2A2A2. Windows color (decimal): -4541440 or 46266. OLE color: 46266.
HSL color Cylindrical-coordinate representation of color #BAB400: hue angle of 58.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAB400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.27 |
| HSL | 58.06º | 1% | 0.36% | - |
| HSV(B) | 58.06º | 1% | 0.73% | - |
| XYZ | 36.57 | 43.08 | 6.39 | - |
| YUV | 161.27 | 36.99 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 0 | 0 | 0.03 | 1 | 0.27 | 58.06 | 1 | 0.36 |
| Hex | BA | B4 | 0 | 0 | 3 | 64 | 1B | 3A | 64 | 24 |
| Octal | 272 | 264 | 0 | 0 | 3 | 144 | 33 | 72 | 144 | 44 |
| Binary | 10111010 | 10110100 | 0 | 0 | 11 | 1100100 | 11011 | 111010 | 1100100 | 100100 |
Color Harmonies of #BAB400
Complementary color
Monochromatic Colors of #BAB400
Black with #BAB400
Text Example
Text Example
White with #BAB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB400; }
p { color: rgb(186,180,0); }
H1.HeaderClassName
{
color: #BAB400;
}
.AnyTagClassName
{
color: #BAB400;
}
</style>
background-color css
<style>
a { background-color: #BAB400; }
a { background-color: rgb(186,180,0); }
div.DivClassName
{
background-color: #BAB400;
}
.BgClassName
{
background-color: #BAB400;
}
</style>
border-color css
<style>
span { border-color: #BAB400; }
span { border-color: rgb(186,180,0); }
td.TdClassName
{
border-color: #BAB400;
}
.TagClassName
{
border-color: #BAB400;
}
</style>