Shades of La Rioja #BAC903
Tints of La Rioja #BAC903
RGB
CMYK
RGB Variations
Color information
#BAC903 (or 0xBAC903) is known color: La Rioja. HEX triplet: BA, C9 and 03. RGB value is (186,201,3). Sum of RGB (Red+Green+Blue) = 186+201+3=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC903 is #4536FC. Grayscale: #AEAEAE. Windows color (decimal): -4536061 or 248250. OLE color: 248250.
HSL color Cylindrical-coordinate representation of color #BAC903: hue angle of 64.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC903 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.21 |
| HSL | 64.55º | 0.97% | 0.4% | - |
| HSV(B) | 64.55º | 0.99% | 0.79% | - |
| XYZ | 41.15 | 52.22 | 8 | - |
| YUV | 173.94 | 31.53 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 3 | 0.07 | 0 | 0.99 | 0.21 | 64.55 | 0.97 | 0.4 |
| Hex | BA | C9 | 3 | 7 | 0 | 63 | 15 | 41 | 61 | 28 |
| Octal | 272 | 311 | 3 | 7 | 0 | 143 | 25 | 101 | 141 | 50 |
| Binary | 10111010 | 11001001 | 11 | 111 | 0 | 1100011 | 10101 | 1000001 | 1100001 | 101000 |
Color Harmonies of #BAC903
Complementary color
Monochromatic Colors of #BAC903
Black with #BAC903
Text Example
Text Example
White with #BAC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC903; }
p { color: rgb(186,201,3); }
H1.HeaderClassName
{
color: #BAC903;
}
.AnyTagClassName
{
color: #BAC903;
}
</style>
background-color css
<style>
a { background-color: #BAC903; }
a { background-color: rgb(186,201,3); }
div.DivClassName
{
background-color: #BAC903;
}
.BgClassName
{
background-color: #BAC903;
}
</style>
border-color css
<style>
span { border-color: #BAC903; }
span { border-color: rgb(186,201,3); }
td.TdClassName
{
border-color: #BAC903;
}
.TagClassName
{
border-color: #BAC903;
}
</style>