Shades of La Rioja #BAC90F
Tints of La Rioja #BAC90F
RGB
CMYK
RGB Variations
Color information
#BAC90F (or 0xBAC90F) is known color: La Rioja. HEX triplet: BA, C9 and 0F. RGB value is (186,201,15). Sum of RGB (Red+Green+Blue) = 186+201+15=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC90F is #4536F0. Grayscale: #B0B0B0. Windows color (decimal): -4536049 or 1034682. OLE color: 1034682.
HSL color Cylindrical-coordinate representation of color #BAC90F: hue angle of 64.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC90F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.21 |
| HSL | 64.84º | 0.86% | 0.42% | - |
| HSV(B) | 64.84º | 0.93% | 0.79% | - |
| XYZ | 41.22 | 52.25 | 8.36 | - |
| YUV | 175.31 | 37.53 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 15 | 0.07 | 0 | 0.93 | 0.21 | 64.84 | 0.86 | 0.42 |
| Hex | BA | C9 | F | 7 | 0 | 5D | 15 | 41 | 56 | 2A |
| Octal | 272 | 311 | 17 | 7 | 0 | 135 | 25 | 101 | 126 | 52 |
| Binary | 10111010 | 11001001 | 1111 | 111 | 0 | 1011101 | 10101 | 1000001 | 1010110 | 101010 |
Color Harmonies of #BAC90F
Complementary color
Monochromatic Colors of #BAC90F
Black with #BAC90F
Text Example
Text Example
White with #BAC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC90F; }
p { color: rgb(186,201,15); }
H1.HeaderClassName
{
color: #BAC90F;
}
.AnyTagClassName
{
color: #BAC90F;
}
</style>
background-color css
<style>
a { background-color: #BAC90F; }
a { background-color: rgb(186,201,15); }
div.DivClassName
{
background-color: #BAC90F;
}
.BgClassName
{
background-color: #BAC90F;
}
</style>
border-color css
<style>
span { border-color: #BAC90F; }
span { border-color: rgb(186,201,15); }
td.TdClassName
{
border-color: #BAC90F;
}
.TagClassName
{
border-color: #BAC90F;
}
</style>