Shades of La Rioja #BACB0D
Tints of La Rioja #BACB0D
RGB
CMYK
RGB Variations
Color information
#BACB0D (or 0xBACB0D) is known color: La Rioja. HEX triplet: BA, CB and 0D. RGB value is (186,203,13). Sum of RGB (Red+Green+Blue) = 186+203+13=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACB0D is #4534F2. Grayscale: #B1B1B1. Windows color (decimal): -4535539 or 904122. OLE color: 904122.
HSL color Cylindrical-coordinate representation of color #BACB0D: hue angle of 65.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BACB0D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 13 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.20 |
| HSL | 65.37º | 0.88% | 0.42% | - |
| HSV(B) | 65.37º | 0.94% | 0.8% | - |
| XYZ | 41.68 | 53.18 | 8.45 | - |
| YUV | 176.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 13 | 0.08 | 0 | 0.94 | 0.20 | 65.37 | 0.88 | 0.42 |
| Hex | BA | CB | D | 8 | 0 | 5E | 14 | 41 | 58 | 2A |
| Octal | 272 | 313 | 15 | 10 | 0 | 136 | 24 | 101 | 130 | 52 |
| Binary | 10111010 | 11001011 | 1101 | 1000 | 0 | 1011110 | 10100 | 1000001 | 1011000 | 101010 |
Color Harmonies of #BACB0D
Complementary color
Monochromatic Colors of #BACB0D
Black with #BACB0D
Text Example
Text Example
White with #BACB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB0D; }
p { color: rgb(186,203,13); }
H1.HeaderClassName
{
color: #BACB0D;
}
.AnyTagClassName
{
color: #BACB0D;
}
</style>
background-color css
<style>
a { background-color: #BACB0D; }
a { background-color: rgb(186,203,13); }
div.DivClassName
{
background-color: #BACB0D;
}
.BgClassName
{
background-color: #BACB0D;
}
</style>
border-color css
<style>
span { border-color: #BACB0D; }
span { border-color: rgb(186,203,13); }
td.TdClassName
{
border-color: #BACB0D;
}
.TagClassName
{
border-color: #BACB0D;
}
</style>