Shades of La Rioja #BAC805
Tints of La Rioja #BAC805
RGB
CMYK
RGB Variations
Color information
#BAC805 (or 0xBAC805) is known color: La Rioja. HEX triplet: BA, C8 and 05. RGB value is (186,200,5). Sum of RGB (Red+Green+Blue) = 186+200+5=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC805 is #4537FA. Grayscale: #AEAEAE. Windows color (decimal): -4536315 or 379066. OLE color: 379066.
HSL color Cylindrical-coordinate representation of color #BAC805: hue angle of 64.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAC805 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 5 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.22 |
| HSL | 64.31º | 0.95% | 0.4% | - |
| HSV(B) | 64.31º | 0.98% | 0.78% | - |
| XYZ | 40.93 | 51.76 | 7.98 | - |
| YUV | 173.58 | 32.86 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 5 | 0.07 | 0 | 0.98 | 0.22 | 64.31 | 0.95 | 0.4 |
| Hex | BA | C8 | 5 | 7 | 0 | 62 | 16 | 40 | 5F | 28 |
| Octal | 272 | 310 | 5 | 7 | 0 | 142 | 26 | 100 | 137 | 50 |
| Binary | 10111010 | 11001000 | 101 | 111 | 0 | 1100010 | 10110 | 1000000 | 1011111 | 101000 |
Color Harmonies of #BAC805
Complementary color
Monochromatic Colors of #BAC805
Black with #BAC805
Text Example
Text Example
White with #BAC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC805; }
p { color: rgb(186,200,5); }
H1.HeaderClassName
{
color: #BAC805;
}
.AnyTagClassName
{
color: #BAC805;
}
</style>
background-color css
<style>
a { background-color: #BAC805; }
a { background-color: rgb(186,200,5); }
div.DivClassName
{
background-color: #BAC805;
}
.BgClassName
{
background-color: #BAC805;
}
</style>
border-color css
<style>
span { border-color: #BAC805; }
span { border-color: rgb(186,200,5); }
td.TdClassName
{
border-color: #BAC805;
}
.TagClassName
{
border-color: #BAC805;
}
</style>