Shades of La Rioja #BAC803
Tints of La Rioja #BAC803
RGB
CMYK
RGB Variations
Color information
#BAC803 (or 0xBAC803) is known color: La Rioja. HEX triplet: BA, C8 and 03. RGB value is (186,200,3). Sum of RGB (Red+Green+Blue) = 186+200+3=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC803 is #4537FC. Grayscale: #AEAEAE. Windows color (decimal): -4536317 or 247994. OLE color: 247994.
HSL color Cylindrical-coordinate representation of color #BAC803: hue angle of 64.26º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC803 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 3 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.22 |
| HSL | 64.26º | 0.97% | 0.4% | - |
| HSV(B) | 64.26º | 0.99% | 0.78% | - |
| XYZ | 40.92 | 51.75 | 7.92 | - |
| YUV | 173.36 | 31.86 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 3 | 0.07 | 0 | 0.98 | 0.22 | 64.26 | 0.97 | 0.4 |
| Hex | BA | C8 | 3 | 7 | 0 | 62 | 16 | 40 | 61 | 28 |
| Octal | 272 | 310 | 3 | 7 | 0 | 142 | 26 | 100 | 141 | 50 |
| Binary | 10111010 | 11001000 | 11 | 111 | 0 | 1100010 | 10110 | 1000000 | 1100001 | 101000 |
Color Harmonies of #BAC803
Complementary color
Monochromatic Colors of #BAC803
Black with #BAC803
Text Example
Text Example
White with #BAC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC803; }
p { color: rgb(186,200,3); }
H1.HeaderClassName
{
color: #BAC803;
}
.AnyTagClassName
{
color: #BAC803;
}
</style>
background-color css
<style>
a { background-color: #BAC803; }
a { background-color: rgb(186,200,3); }
div.DivClassName
{
background-color: #BAC803;
}
.BgClassName
{
background-color: #BAC803;
}
</style>
border-color css
<style>
span { border-color: #BAC803; }
span { border-color: rgb(186,200,3); }
td.TdClassName
{
border-color: #BAC803;
}
.TagClassName
{
border-color: #BAC803;
}
</style>