Shades of La Rioja #BAC507
Tints of La Rioja #BAC507
RGB
CMYK
RGB Variations
Color information
#BAC507 (or 0xBAC507) is known color: La Rioja. HEX triplet: BA, C5 and 07. RGB value is (186,197,7). Sum of RGB (Red+Green+Blue) = 186+197+7=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC507 is #453AF8. Grayscale: #ACACAC. Windows color (decimal): -4537081 or 509370. OLE color: 509370.
HSL color Cylindrical-coordinate representation of color #BAC507: hue angle of 63.47º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAC507 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.23 |
| HSL | 63.47º | 0.93% | 0.4% | - |
| HSV(B) | 63.47º | 0.96% | 0.77% | - |
| XYZ | 40.25 | 50.39 | 7.81 | - |
| YUV | 172.05 | 34.86 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 7 | 0.06 | 0 | 0.96 | 0.23 | 63.47 | 0.93 | 0.4 |
| Hex | BA | C5 | 7 | 6 | 0 | 60 | 17 | 3F | 5D | 28 |
| Octal | 272 | 305 | 7 | 6 | 0 | 140 | 27 | 77 | 135 | 50 |
| Binary | 10111010 | 11000101 | 111 | 110 | 0 | 1100000 | 10111 | 111111 | 1011101 | 101000 |
Color Harmonies of #BAC507
Complementary color
Monochromatic Colors of #BAC507
Black with #BAC507
Text Example
Text Example
White with #BAC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC507; }
p { color: rgb(186,197,7); }
H1.HeaderClassName
{
color: #BAC507;
}
.AnyTagClassName
{
color: #BAC507;
}
</style>
background-color css
<style>
a { background-color: #BAC507; }
a { background-color: rgb(186,197,7); }
div.DivClassName
{
background-color: #BAC507;
}
.BgClassName
{
background-color: #BAC507;
}
</style>
border-color css
<style>
span { border-color: #BAC507; }
span { border-color: rgb(186,197,7); }
td.TdClassName
{
border-color: #BAC507;
}
.TagClassName
{
border-color: #BAC507;
}
</style>