Shades of La Rioja #BACF00
Tints of La Rioja #BACF00
RGB
CMYK
RGB Variations
Color information
#BACF00 (or 0xBACF00) is known color: La Rioja. HEX triplet: BA, CF and 00. RGB value is (186,207,0). Sum of RGB (Red+Green+Blue) = 186+207+0=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACF00 is #4530FF. Grayscale: #B1B1B1. Windows color (decimal): -4534528 or 53178. OLE color: 53178.
HSL color Cylindrical-coordinate representation of color #BACF00: hue angle of 66.09º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BACF00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.19 |
| HSL | 66.09º | 1% | 0.41% | - |
| HSV(B) | 66.09º | 1% | 0.81% | - |
| XYZ | 42.56 | 55.06 | 8.39 | - |
| YUV | 177.12 | 28.04 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 0 | 0.10 | 0 | 1 | 0.19 | 66.09 | 1 | 0.41 |
| Hex | BA | CF | 0 | A | 0 | 64 | 13 | 42 | 64 | 29 |
| Octal | 272 | 317 | 0 | 12 | 0 | 144 | 23 | 102 | 144 | 51 |
| Binary | 10111010 | 11001111 | 0 | 1010 | 0 | 1100100 | 10011 | 1000010 | 1100100 | 101001 |
Color Harmonies of #BACF00
Complementary color
Monochromatic Colors of #BACF00
Black with #BACF00
Text Example
Text Example
White with #BACF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF00; }
p { color: rgb(186,207,0); }
H1.HeaderClassName
{
color: #BACF00;
}
.AnyTagClassName
{
color: #BACF00;
}
</style>
background-color css
<style>
a { background-color: #BACF00; }
a { background-color: rgb(186,207,0); }
div.DivClassName
{
background-color: #BACF00;
}
.BgClassName
{
background-color: #BACF00;
}
</style>
border-color css
<style>
span { border-color: #BACF00; }
span { border-color: rgb(186,207,0); }
td.TdClassName
{
border-color: #BACF00;
}
.TagClassName
{
border-color: #BACF00;
}
</style>