Shades of La Rioja #BACF03
Tints of La Rioja #BACF03
RGB
CMYK
RGB Variations
Color information
#BACF03 (or 0xBACF03) is known color: La Rioja. HEX triplet: BA, CF and 03. RGB value is (186,207,3). Sum of RGB (Red+Green+Blue) = 186+207+3=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACF03 is #4530FC. Grayscale: #B2B2B2. Windows color (decimal): -4534525 or 249786. OLE color: 249786.
HSL color Cylindrical-coordinate representation of color #BACF03: hue angle of 66.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BACF03 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 3 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.19 |
| HSL | 66.18º | 0.97% | 0.41% | - |
| HSV(B) | 66.18º | 0.99% | 0.81% | - |
| XYZ | 42.58 | 55.07 | 8.47 | - |
| YUV | 177.47 | 29.54 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 3 | 0.10 | 0 | 0.99 | 0.19 | 66.18 | 0.97 | 0.41 |
| Hex | BA | CF | 3 | A | 0 | 63 | 13 | 42 | 61 | 29 |
| Octal | 272 | 317 | 3 | 12 | 0 | 143 | 23 | 102 | 141 | 51 |
| Binary | 10111010 | 11001111 | 11 | 1010 | 0 | 1100011 | 10011 | 1000010 | 1100001 | 101001 |
Color Harmonies of #BACF03
Complementary color
Monochromatic Colors of #BACF03
Black with #BACF03
Text Example
Text Example
White with #BACF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF03; }
p { color: rgb(186,207,3); }
H1.HeaderClassName
{
color: #BACF03;
}
.AnyTagClassName
{
color: #BACF03;
}
</style>
background-color css
<style>
a { background-color: #BACF03; }
a { background-color: rgb(186,207,3); }
div.DivClassName
{
background-color: #BACF03;
}
.BgClassName
{
background-color: #BACF03;
}
</style>
border-color css
<style>
span { border-color: #BACF03; }
span { border-color: rgb(186,207,3); }
td.TdClassName
{
border-color: #BACF03;
}
.TagClassName
{
border-color: #BACF03;
}
</style>