Shades of La Rioja #BAC203
Tints of La Rioja #BAC203
RGB
CMYK
RGB Variations
Color information
#BAC203 (or 0xBAC203) is known color: La Rioja. HEX triplet: BA, C2 and 03. RGB value is (186,194,3). Sum of RGB (Red+Green+Blue) = 186+194+3=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC203 is #453DFC. Grayscale: #AAAAAA. Windows color (decimal): -4537853 or 246458. OLE color: 246458.
HSL color Cylindrical-coordinate representation of color #BAC203: hue angle of 62.51º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAC203 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.24 |
| HSL | 62.51º | 0.97% | 0.39% | - |
| HSV(B) | 62.51º | 0.98% | 0.76% | - |
| XYZ | 39.56 | 49.03 | 7.46 | - |
| YUV | 169.83 | 33.85 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 3 | 0.04 | 0 | 0.98 | 0.24 | 62.51 | 0.97 | 0.39 |
| Hex | BA | C2 | 3 | 4 | 0 | 62 | 18 | 3F | 61 | 27 |
| Octal | 272 | 302 | 3 | 4 | 0 | 142 | 30 | 77 | 141 | 47 |
| Binary | 10111010 | 11000010 | 11 | 100 | 0 | 1100010 | 11000 | 111111 | 1100001 | 100111 |
Color Harmonies of #BAC203
Complementary color
Monochromatic Colors of #BAC203
Black with #BAC203
Text Example
Text Example
White with #BAC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC203; }
p { color: rgb(186,194,3); }
H1.HeaderClassName
{
color: #BAC203;
}
.AnyTagClassName
{
color: #BAC203;
}
</style>
background-color css
<style>
a { background-color: #BAC203; }
a { background-color: rgb(186,194,3); }
div.DivClassName
{
background-color: #BAC203;
}
.BgClassName
{
background-color: #BAC203;
}
</style>
border-color css
<style>
span { border-color: #BAC203; }
span { border-color: rgb(186,194,3); }
td.TdClassName
{
border-color: #BAC203;
}
.TagClassName
{
border-color: #BAC203;
}
</style>