Shades of La Rioja #BAC60D
Tints of La Rioja #BAC60D
RGB
CMYK
RGB Variations
Color information
#BAC60D (or 0xBAC60D) is known color: La Rioja. HEX triplet: BA, C6 and 0D. RGB value is (186,198,13). Sum of RGB (Red+Green+Blue) = 186+198+13=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC60D is #4539F2. Grayscale: #AEAEAE. Windows color (decimal): -4536819 or 902842. OLE color: 902842.
HSL color Cylindrical-coordinate representation of color #BAC60D: hue angle of 63.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC60D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.22 |
| HSL | 63.89º | 0.88% | 0.41% | - |
| HSV(B) | 63.89º | 0.93% | 0.78% | - |
| XYZ | 40.52 | 50.86 | 8.06 | - |
| YUV | 173.32 | 37.52 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 13 | 0.06 | 0 | 0.93 | 0.22 | 63.89 | 0.88 | 0.41 |
| Hex | BA | C6 | D | 6 | 0 | 5D | 16 | 40 | 58 | 29 |
| Octal | 272 | 306 | 15 | 6 | 0 | 135 | 26 | 100 | 130 | 51 |
| Binary | 10111010 | 11000110 | 1101 | 110 | 0 | 1011101 | 10110 | 1000000 | 1011000 | 101001 |
Color Harmonies of #BAC60D
Complementary color
Monochromatic Colors of #BAC60D
Black with #BAC60D
Text Example
Text Example
White with #BAC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC60D; }
p { color: rgb(186,198,13); }
H1.HeaderClassName
{
color: #BAC60D;
}
.AnyTagClassName
{
color: #BAC60D;
}
</style>
background-color css
<style>
a { background-color: #BAC60D; }
a { background-color: rgb(186,198,13); }
div.DivClassName
{
background-color: #BAC60D;
}
.BgClassName
{
background-color: #BAC60D;
}
</style>
border-color css
<style>
span { border-color: #BAC60D; }
span { border-color: rgb(186,198,13); }
td.TdClassName
{
border-color: #BAC60D;
}
.TagClassName
{
border-color: #BAC60D;
}
</style>