Shades of La Rioja #BAC403
Tints of La Rioja #BAC403
RGB
CMYK
RGB Variations
Color information
#BAC403 (or 0xBAC403) is known color: La Rioja. HEX triplet: BA, C4 and 03. RGB value is (186,196,3). Sum of RGB (Red+Green+Blue) = 186+196+3=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC403 is #453BFC. Grayscale: #ABABAB. Windows color (decimal): -4537341 or 246970. OLE color: 246970.
HSL color Cylindrical-coordinate representation of color #BAC403: hue angle of 63.11º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAC403 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 3 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.23 |
| HSL | 63.11º | 0.97% | 0.39% | - |
| HSV(B) | 63.11º | 0.98% | 0.77% | - |
| XYZ | 40.01 | 49.93 | 7.61 | - |
| YUV | 171.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 3 | 0.05 | 0 | 0.98 | 0.23 | 63.11 | 0.97 | 0.39 |
| Hex | BA | C4 | 3 | 5 | 0 | 62 | 17 | 3F | 61 | 27 |
| Octal | 272 | 304 | 3 | 5 | 0 | 142 | 27 | 77 | 141 | 47 |
| Binary | 10111010 | 11000100 | 11 | 101 | 0 | 1100010 | 10111 | 111111 | 1100001 | 100111 |
Color Harmonies of #BAC403
Complementary color
Monochromatic Colors of #BAC403
Black with #BAC403
Text Example
Text Example
White with #BAC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC403; }
p { color: rgb(186,196,3); }
H1.HeaderClassName
{
color: #BAC403;
}
.AnyTagClassName
{
color: #BAC403;
}
</style>
background-color css
<style>
a { background-color: #BAC403; }
a { background-color: rgb(186,196,3); }
div.DivClassName
{
background-color: #BAC403;
}
.BgClassName
{
background-color: #BAC403;
}
</style>
border-color css
<style>
span { border-color: #BAC403; }
span { border-color: rgb(186,196,3); }
td.TdClassName
{
border-color: #BAC403;
}
.TagClassName
{
border-color: #BAC403;
}
</style>