Shades of La Rioja #BAC00F
Tints of La Rioja #BAC00F
RGB
CMYK
RGB Variations
Color information
#BAC00F (or 0xBAC00F) is known color: La Rioja. HEX triplet: BA, C0 and 0F. RGB value is (186,192,15). Sum of RGB (Red+Green+Blue) = 186+192+15=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC00F is #453FF0. Grayscale: #AAAAAA. Windows color (decimal): -4538353 or 1032378. OLE color: 1032378.
HSL color Cylindrical-coordinate representation of color #BAC00F: hue angle of 62.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAC00F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 15 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.25 |
| HSL | 62.03º | 0.86% | 0.41% | - |
| HSV(B) | 62.03º | 0.92% | 0.75% | - |
| XYZ | 39.19 | 48.17 | 7.68 | - |
| YUV | 170.03 | 40.51 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 15 | 0.03 | 0 | 0.92 | 0.25 | 62.03 | 0.86 | 0.41 |
| Hex | BA | C0 | F | 3 | 0 | 5C | 19 | 3E | 56 | 29 |
| Octal | 272 | 300 | 17 | 3 | 0 | 134 | 31 | 76 | 126 | 51 |
| Binary | 10111010 | 11000000 | 1111 | 11 | 0 | 1011100 | 11001 | 111110 | 1010110 | 101001 |
Color Harmonies of #BAC00F
Complementary color
Monochromatic Colors of #BAC00F
Black with #BAC00F
Text Example
Text Example
White with #BAC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC00F; }
p { color: rgb(186,192,15); }
H1.HeaderClassName
{
color: #BAC00F;
}
.AnyTagClassName
{
color: #BAC00F;
}
</style>
background-color css
<style>
a { background-color: #BAC00F; }
a { background-color: rgb(186,192,15); }
div.DivClassName
{
background-color: #BAC00F;
}
.BgClassName
{
background-color: #BAC00F;
}
</style>
border-color css
<style>
span { border-color: #BAC00F; }
span { border-color: rgb(186,192,15); }
td.TdClassName
{
border-color: #BAC00F;
}
.TagClassName
{
border-color: #BAC00F;
}
</style>