Shades of La Rioja #BABD0D
Tints of La Rioja #BABD0D
RGB
CMYK
RGB Variations
Color information
#BABD0D (or 0xBABD0D) is known color: La Rioja. HEX triplet: BA, BD and 0D. RGB value is (186,189,13). Sum of RGB (Red+Green+Blue) = 186+189+13=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABD0D is #4542F2. Grayscale: #A8A8A8. Windows color (decimal): -4539123 or 900538. OLE color: 900538.
HSL color Cylindrical-coordinate representation of color #BABD0D: hue angle of 61.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BABD0D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 13 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.26 |
| HSL | 61.02º | 0.87% | 0.4% | - |
| HSV(B) | 61.02º | 0.93% | 0.74% | - |
| XYZ | 38.52 | 46.86 | 7.4 | - |
| YUV | 168.04 | 40.51 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 13 | 0.02 | 0 | 0.93 | 0.26 | 61.02 | 0.87 | 0.4 |
| Hex | BA | BD | D | 2 | 0 | 5D | 1A | 3D | 57 | 28 |
| Octal | 272 | 275 | 15 | 2 | 0 | 135 | 32 | 75 | 127 | 50 |
| Binary | 10111010 | 10111101 | 1101 | 10 | 0 | 1011101 | 11010 | 111101 | 1010111 | 101000 |
Color Harmonies of #BABD0D
Complementary color
Monochromatic Colors of #BABD0D
Black with #BABD0D
Text Example
Text Example
White with #BABD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD0D; }
p { color: rgb(186,189,13); }
H1.HeaderClassName
{
color: #BABD0D;
}
.AnyTagClassName
{
color: #BABD0D;
}
</style>
background-color css
<style>
a { background-color: #BABD0D; }
a { background-color: rgb(186,189,13); }
div.DivClassName
{
background-color: #BABD0D;
}
.BgClassName
{
background-color: #BABD0D;
}
</style>
border-color css
<style>
span { border-color: #BABD0D; }
span { border-color: rgb(186,189,13); }
td.TdClassName
{
border-color: #BABD0D;
}
.TagClassName
{
border-color: #BABD0D;
}
</style>