Shades of La Rioja #BAAA00
Tints of La Rioja #BAAA00
RGB
CMYK
RGB Variations
Color information
#BAAA00 (or 0xBAAA00) is known color: La Rioja. HEX triplet: BA, AA and 00. RGB value is (186,170,0). Sum of RGB (Red+Green+Blue) = 186+170+0=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA00 is #4555FF. Grayscale: #9C9C9C. Windows color (decimal): -4544000 or 43706. OLE color: 43706.
HSL color Cylindrical-coordinate representation of color #BAAA00: hue angle of 54.84º 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 #BAAA00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.27 |
| HSL | 54.84º | 1% | 0.36% | - |
| HSV(B) | 54.84º | 1% | 0.73% | - |
| XYZ | 34.62 | 39.19 | 5.74 | - |
| YUV | 155.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 0 | 0 | 0.09 | 1 | 0.27 | 54.84 | 1 | 0.36 |
| Hex | BA | AA | 0 | 0 | 9 | 64 | 1B | 37 | 64 | 24 |
| Octal | 272 | 252 | 0 | 0 | 11 | 144 | 33 | 67 | 144 | 44 |
| Binary | 10111010 | 10101010 | 0 | 0 | 1001 | 1100100 | 11011 | 110111 | 1100100 | 100100 |
Color Harmonies of #BAAA00
Complementary color
Monochromatic Colors of #BAAA00
Black with #BAAA00
Text Example
Text Example
White with #BAAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA00; }
p { color: rgb(186,170,0); }
H1.HeaderClassName
{
color: #BAAA00;
}
.AnyTagClassName
{
color: #BAAA00;
}
</style>
background-color css
<style>
a { background-color: #BAAA00; }
a { background-color: rgb(186,170,0); }
div.DivClassName
{
background-color: #BAAA00;
}
.BgClassName
{
background-color: #BAAA00;
}
</style>
border-color css
<style>
span { border-color: #BAAA00; }
span { border-color: rgb(186,170,0); }
td.TdClassName
{
border-color: #BAAA00;
}
.TagClassName
{
border-color: #BAAA00;
}
</style>