Shades of La Rioja #BAAC00
Tints of La Rioja #BAAC00
RGB
CMYK
RGB Variations
Color information
#BAAC00 (or 0xBAAC00) is known color: La Rioja. HEX triplet: BA, AC and 00. RGB value is (186,172,0). Sum of RGB (Red+Green+Blue) = 186+172+0=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC00 is #4553FF. Grayscale: #9D9D9D. Windows color (decimal): -4543488 or 44218. OLE color: 44218.
HSL color Cylindrical-coordinate representation of color #BAAC00: hue angle of 55.48º 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 #BAAC00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.27 |
| HSL | 55.48º | 1% | 0.36% | - |
| HSV(B) | 55.48º | 1% | 0.73% | - |
| XYZ | 35 | 39.94 | 5.87 | - |
| YUV | 156.58 | 39.64 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 0 | 0 | 0.08 | 1 | 0.27 | 55.48 | 1 | 0.36 |
| Hex | BA | AC | 0 | 0 | 8 | 64 | 1B | 37 | 64 | 24 |
| Octal | 272 | 254 | 0 | 0 | 10 | 144 | 33 | 67 | 144 | 44 |
| Binary | 10111010 | 10101100 | 0 | 0 | 1000 | 1100100 | 11011 | 110111 | 1100100 | 100100 |
Color Harmonies of #BAAC00
Complementary color
Monochromatic Colors of #BAAC00
Black with #BAAC00
Text Example
Text Example
White with #BAAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC00; }
p { color: rgb(186,172,0); }
H1.HeaderClassName
{
color: #BAAC00;
}
.AnyTagClassName
{
color: #BAAC00;
}
</style>
background-color css
<style>
a { background-color: #BAAC00; }
a { background-color: rgb(186,172,0); }
div.DivClassName
{
background-color: #BAAC00;
}
.BgClassName
{
background-color: #BAAC00;
}
</style>
border-color css
<style>
span { border-color: #BAAC00; }
span { border-color: rgb(186,172,0); }
td.TdClassName
{
border-color: #BAAC00;
}
.TagClassName
{
border-color: #BAAC00;
}
</style>