Shades of La Rioja #BABD0F
Tints of La Rioja #BABD0F
RGB
CMYK
RGB Variations
Color information
#BABD0F (or 0xBABD0F) is known color: La Rioja. HEX triplet: BA, BD and 0F. RGB value is (186,189,15). Sum of RGB (Red+Green+Blue) = 186+189+15=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABD0F is #4542F0. Grayscale: #A8A8A8. Windows color (decimal): -4539121 or 1031610. OLE color: 1031610.
HSL color Cylindrical-coordinate representation of color #BABD0F: hue angle of 61.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BABD0F is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 15 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.26 |
| HSL | 61.03º | 0.85% | 0.4% | - |
| HSV(B) | 61.03º | 0.92% | 0.74% | - |
| XYZ | 38.53 | 46.87 | 7.47 | - |
| YUV | 168.27 | 41.51 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 15 | 0.02 | 0 | 0.92 | 0.26 | 61.03 | 0.85 | 0.4 |
| Hex | BA | BD | F | 2 | 0 | 5C | 1A | 3D | 55 | 28 |
| Octal | 272 | 275 | 17 | 2 | 0 | 134 | 32 | 75 | 125 | 50 |
| Binary | 10111010 | 10111101 | 1111 | 10 | 0 | 1011100 | 11010 | 111101 | 1010101 | 101000 |
Color Harmonies of #BABD0F
Complementary color
Monochromatic Colors of #BABD0F
Black with #BABD0F
Text Example
Text Example
White with #BABD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD0F; }
p { color: rgb(186,189,15); }
H1.HeaderClassName
{
color: #BABD0F;
}
.AnyTagClassName
{
color: #BABD0F;
}
</style>
background-color css
<style>
a { background-color: #BABD0F; }
a { background-color: rgb(186,189,15); }
div.DivClassName
{
background-color: #BABD0F;
}
.BgClassName
{
background-color: #BABD0F;
}
</style>
border-color css
<style>
span { border-color: #BABD0F; }
span { border-color: rgb(186,189,15); }
td.TdClassName
{
border-color: #BABD0F;
}
.TagClassName
{
border-color: #BABD0F;
}
</style>