Shades of La Rioja #BAC015
Tints of La Rioja #BAC015
RGB
CMYK
RGB Variations
Color information
#BAC015 (or 0xBAC015) is known color: La Rioja. HEX triplet: BA, C0 and 15. RGB value is (186,192,21). Sum of RGB (Red+Green+Blue) = 186+192+21=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC015 is #453FEA. Grayscale: #ABABAB. Windows color (decimal): -4538347 or 1425594. OLE color: 1425594.
HSL color Cylindrical-coordinate representation of color #BAC015: hue angle of 62.11º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAC015 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 21 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.25 |
| HSL | 62.11º | 0.8% | 0.42% | - |
| HSV(B) | 62.11º | 0.89% | 0.75% | - |
| XYZ | 39.23 | 48.19 | 7.94 | - |
| YUV | 170.71 | 43.51 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 21 | 0.03 | 0 | 0.89 | 0.25 | 62.11 | 0.8 | 0.42 |
| Hex | BA | C0 | 15 | 3 | 0 | 59 | 19 | 3E | 50 | 2A |
| Octal | 272 | 300 | 25 | 3 | 0 | 131 | 31 | 76 | 120 | 52 |
| Binary | 10111010 | 11000000 | 10101 | 11 | 0 | 1011001 | 11001 | 111110 | 1010000 | 101010 |
Color Harmonies of #BAC015
Complementary color
Monochromatic Colors of #BAC015
Black with #BAC015
Text Example
Text Example
White with #BAC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC015; }
p { color: rgb(186,192,21); }
H1.HeaderClassName
{
color: #BAC015;
}
.AnyTagClassName
{
color: #BAC015;
}
</style>
background-color css
<style>
a { background-color: #BAC015; }
a { background-color: rgb(186,192,21); }
div.DivClassName
{
background-color: #BAC015;
}
.BgClassName
{
background-color: #BAC015;
}
</style>
border-color css
<style>
span { border-color: #BAC015; }
span { border-color: rgb(186,192,21); }
td.TdClassName
{
border-color: #BAC015;
}
.TagClassName
{
border-color: #BAC015;
}
</style>