Shades of La Rioja #BAC00D
Tints of La Rioja #BAC00D
RGB
CMYK
RGB Variations
Color information
#BAC00D (or 0xBAC00D) is known color: La Rioja. HEX triplet: BA, C0 and 0D. RGB value is (186,192,13). Sum of RGB (Red+Green+Blue) = 186+192+13=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC00D is #453FF2. Grayscale: #AAAAAA. Windows color (decimal): -4538355 or 901306. OLE color: 901306.
HSL color Cylindrical-coordinate representation of color #BAC00D: hue angle of 62.01º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC00D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.25 |
| HSL | 62.01º | 0.87% | 0.4% | - |
| HSV(B) | 62.01º | 0.93% | 0.75% | - |
| XYZ | 39.17 | 48.17 | 7.61 | - |
| YUV | 169.8 | 39.51 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 13 | 0.03 | 0 | 0.93 | 0.25 | 62.01 | 0.87 | 0.4 |
| Hex | BA | C0 | D | 3 | 0 | 5D | 19 | 3E | 57 | 28 |
| Octal | 272 | 300 | 15 | 3 | 0 | 135 | 31 | 76 | 127 | 50 |
| Binary | 10111010 | 11000000 | 1101 | 11 | 0 | 1011101 | 11001 | 111110 | 1010111 | 101000 |
Color Harmonies of #BAC00D
Complementary color
Monochromatic Colors of #BAC00D
Black with #BAC00D
Text Example
Text Example
White with #BAC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC00D; }
p { color: rgb(186,192,13); }
H1.HeaderClassName
{
color: #BAC00D;
}
.AnyTagClassName
{
color: #BAC00D;
}
</style>
background-color css
<style>
a { background-color: #BAC00D; }
a { background-color: rgb(186,192,13); }
div.DivClassName
{
background-color: #BAC00D;
}
.BgClassName
{
background-color: #BAC00D;
}
</style>
border-color css
<style>
span { border-color: #BAC00D; }
span { border-color: rgb(186,192,13); }
td.TdClassName
{
border-color: #BAC00D;
}
.TagClassName
{
border-color: #BAC00D;
}
</style>