Shades of La Rioja #BACD03
Tints of La Rioja #BACD03
RGB
CMYK
RGB Variations
Color information
#BACD03 (or 0xBACD03) is known color: La Rioja. HEX triplet: BA, CD and 03. RGB value is (186,205,3). Sum of RGB (Red+Green+Blue) = 186+205+3=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD03 is #4532FC. Grayscale: #B1B1B1. Windows color (decimal): -4535037 or 249274. OLE color: 249274.
HSL color Cylindrical-coordinate representation of color #BACD03: hue angle of 65.64º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BACD03 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.20 |
| HSL | 65.64º | 0.97% | 0.41% | - |
| HSV(B) | 65.64º | 0.99% | 0.8% | - |
| XYZ | 42.1 | 54.11 | 8.31 | - |
| YUV | 176.29 | 30.21 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 3 | 0.09 | 0 | 0.99 | 0.20 | 65.64 | 0.97 | 0.41 |
| Hex | BA | CD | 3 | 9 | 0 | 63 | 14 | 42 | 61 | 29 |
| Octal | 272 | 315 | 3 | 11 | 0 | 143 | 24 | 102 | 141 | 51 |
| Binary | 10111010 | 11001101 | 11 | 1001 | 0 | 1100011 | 10100 | 1000010 | 1100001 | 101001 |
Color Harmonies of #BACD03
Complementary color
Monochromatic Colors of #BACD03
Black with #BACD03
Text Example
Text Example
White with #BACD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD03; }
p { color: rgb(186,205,3); }
H1.HeaderClassName
{
color: #BACD03;
}
.AnyTagClassName
{
color: #BACD03;
}
</style>
background-color css
<style>
a { background-color: #BACD03; }
a { background-color: rgb(186,205,3); }
div.DivClassName
{
background-color: #BACD03;
}
.BgClassName
{
background-color: #BACD03;
}
</style>
border-color css
<style>
span { border-color: #BACD03; }
span { border-color: rgb(186,205,3); }
td.TdClassName
{
border-color: #BACD03;
}
.TagClassName
{
border-color: #BACD03;
}
</style>