Shades of La Rioja #BAA800
Tints of La Rioja #BAA800
RGB
CMYK
RGB Variations
Color information
#BAA800 (or 0xBAA800) is known color: La Rioja. HEX triplet: BA, A8 and 00. RGB value is (186,168,0). Sum of RGB (Red+Green+Blue) = 186+168+0=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA800 is #4557FF. Grayscale: #9A9A9A. Windows color (decimal): -4544512 or 43194. OLE color: 43194.
HSL color Cylindrical-coordinate representation of color #BAA800: hue angle of 54.19º 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 #BAA800 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.27 |
| HSL | 54.19º | 1% | 0.36% | - |
| HSV(B) | 54.19º | 1% | 0.73% | - |
| XYZ | 34.25 | 38.44 | 5.62 | - |
| YUV | 154.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 0 | 0 | 0.10 | 1 | 0.27 | 54.19 | 1 | 0.36 |
| Hex | BA | A8 | 0 | 0 | A | 64 | 1B | 36 | 64 | 24 |
| Octal | 272 | 250 | 0 | 0 | 12 | 144 | 33 | 66 | 144 | 44 |
| Binary | 10111010 | 10101000 | 0 | 0 | 1010 | 1100100 | 11011 | 110110 | 1100100 | 100100 |
Color Harmonies of #BAA800
Complementary color
Monochromatic Colors of #BAA800
Black with #BAA800
Text Example
Text Example
White with #BAA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA800; }
p { color: rgb(186,168,0); }
H1.HeaderClassName
{
color: #BAA800;
}
.AnyTagClassName
{
color: #BAA800;
}
</style>
background-color css
<style>
a { background-color: #BAA800; }
a { background-color: rgb(186,168,0); }
div.DivClassName
{
background-color: #BAA800;
}
.BgClassName
{
background-color: #BAA800;
}
</style>
border-color css
<style>
span { border-color: #BAA800; }
span { border-color: rgb(186,168,0); }
td.TdClassName
{
border-color: #BAA800;
}
.TagClassName
{
border-color: #BAA800;
}
</style>