Shades of La Rioja #BAC50D
Tints of La Rioja #BAC50D
RGB
CMYK
RGB Variations
Color information
#BAC50D (or 0xBAC50D) is known color: La Rioja. HEX triplet: BA, C5 and 0D. RGB value is (186,197,13). Sum of RGB (Red+Green+Blue) = 186+197+13=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC50D is #453AF2. Grayscale: #ADADAD. Windows color (decimal): -4537075 or 902586. OLE color: 902586.
HSL color Cylindrical-coordinate representation of color #BAC50D: hue angle of 63.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC50D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.23 |
| HSL | 63.59º | 0.88% | 0.41% | - |
| HSV(B) | 63.59º | 0.93% | 0.77% | - |
| XYZ | 40.29 | 50.4 | 7.99 | - |
| YUV | 172.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 13 | 0.06 | 0 | 0.93 | 0.23 | 63.59 | 0.88 | 0.41 |
| Hex | BA | C5 | D | 6 | 0 | 5D | 17 | 40 | 58 | 29 |
| Octal | 272 | 305 | 15 | 6 | 0 | 135 | 27 | 100 | 130 | 51 |
| Binary | 10111010 | 11000101 | 1101 | 110 | 0 | 1011101 | 10111 | 1000000 | 1011000 | 101001 |
Color Harmonies of #BAC50D
Complementary color
Monochromatic Colors of #BAC50D
Black with #BAC50D
Text Example
Text Example
White with #BAC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC50D; }
p { color: rgb(186,197,13); }
H1.HeaderClassName
{
color: #BAC50D;
}
.AnyTagClassName
{
color: #BAC50D;
}
</style>
background-color css
<style>
a { background-color: #BAC50D; }
a { background-color: rgb(186,197,13); }
div.DivClassName
{
background-color: #BAC50D;
}
.BgClassName
{
background-color: #BAC50D;
}
</style>
border-color css
<style>
span { border-color: #BAC50D; }
span { border-color: rgb(186,197,13); }
td.TdClassName
{
border-color: #BAC50D;
}
.TagClassName
{
border-color: #BAC50D;
}
</style>