Shades of La Rioja #BAC00A
Tints of La Rioja #BAC00A
RGB
CMYK
RGB Variations
Color information
#BAC00A (or 0xBAC00A) is known color: La Rioja. HEX triplet: BA, C0 and 0A. RGB value is (186,192,10). Sum of RGB (Red+Green+Blue) = 186+192+10=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC00A is #453FF5. Grayscale: #AAAAAA. Windows color (decimal): -4538358 or 704698. OLE color: 704698.
HSL color Cylindrical-coordinate representation of color #BAC00A: hue angle of 61.98º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAC00A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.25 |
| HSL | 61.98º | 0.9% | 0.4% | - |
| HSV(B) | 61.98º | 0.95% | 0.75% | - |
| XYZ | 39.15 | 48.16 | 7.52 | - |
| YUV | 169.46 | 38.01 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 10 | 0.03 | 0 | 0.95 | 0.25 | 61.98 | 0.9 | 0.4 |
| Hex | BA | C0 | A | 3 | 0 | 5F | 19 | 3E | 5A | 28 |
| Octal | 272 | 300 | 12 | 3 | 0 | 137 | 31 | 76 | 132 | 50 |
| Binary | 10111010 | 11000000 | 1010 | 11 | 0 | 1011111 | 11001 | 111110 | 1011010 | 101000 |
Color Harmonies of #BAC00A
Complementary color
Monochromatic Colors of #BAC00A
Black with #BAC00A
Text Example
Text Example
White with #BAC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC00A; }
p { color: rgb(186,192,10); }
H1.HeaderClassName
{
color: #BAC00A;
}
.AnyTagClassName
{
color: #BAC00A;
}
</style>
background-color css
<style>
a { background-color: #BAC00A; }
a { background-color: rgb(186,192,10); }
div.DivClassName
{
background-color: #BAC00A;
}
.BgClassName
{
background-color: #BAC00A;
}
</style>
border-color css
<style>
span { border-color: #BAC00A; }
span { border-color: rgb(186,192,10); }
td.TdClassName
{
border-color: #BAC00A;
}
.TagClassName
{
border-color: #BAC00A;
}
</style>