Shades of La Rioja #BACF05
Tints of La Rioja #BACF05
RGB
CMYK
RGB Variations
Color information
#BACF05 (or 0xBACF05) is known color: La Rioja. HEX triplet: BA, CF and 05. RGB value is (186,207,5). Sum of RGB (Red+Green+Blue) = 186+207+5=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACF05 is #4530FA. Grayscale: #B2B2B2. Windows color (decimal): -4534523 or 380858. OLE color: 380858.
HSL color Cylindrical-coordinate representation of color #BACF05: hue angle of 66.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BACF05 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 5 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.19 |
| HSL | 66.24º | 0.95% | 0.42% | - |
| HSV(B) | 66.24º | 0.98% | 0.81% | - |
| XYZ | 42.59 | 55.08 | 8.53 | - |
| YUV | 177.69 | 30.54 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 5 | 0.10 | 0 | 0.98 | 0.19 | 66.24 | 0.95 | 0.42 |
| Hex | BA | CF | 5 | A | 0 | 62 | 13 | 42 | 5F | 2A |
| Octal | 272 | 317 | 5 | 12 | 0 | 142 | 23 | 102 | 137 | 52 |
| Binary | 10111010 | 11001111 | 101 | 1010 | 0 | 1100010 | 10011 | 1000010 | 1011111 | 101010 |
Color Harmonies of #BACF05
Complementary color
Monochromatic Colors of #BACF05
Black with #BACF05
Text Example
Text Example
White with #BACF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF05; }
p { color: rgb(186,207,5); }
H1.HeaderClassName
{
color: #BACF05;
}
.AnyTagClassName
{
color: #BACF05;
}
</style>
background-color css
<style>
a { background-color: #BACF05; }
a { background-color: rgb(186,207,5); }
div.DivClassName
{
background-color: #BACF05;
}
.BgClassName
{
background-color: #BACF05;
}
</style>
border-color css
<style>
span { border-color: #BACF05; }
span { border-color: rgb(186,207,5); }
td.TdClassName
{
border-color: #BACF05;
}
.TagClassName
{
border-color: #BACF05;
}
</style>