Shades of La Rioja #BABC16
Tints of La Rioja #BABC16
RGB
CMYK
RGB Variations
Color information
#BABC16 (or 0xBABC16) is known color: La Rioja. HEX triplet: BA, BC and 16. RGB value is (186,188,22). Sum of RGB (Red+Green+Blue) = 186+188+22=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC16 is #4543E9. Grayscale: #A9A9A9. Windows color (decimal): -4539370 or 1490106. OLE color: 1490106.
HSL color Cylindrical-coordinate representation of color #BABC16: hue angle of 60.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BABC16 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 22 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.26 |
| HSL | 60.72º | 0.79% | 0.41% | - |
| HSV(B) | 60.72º | 0.88% | 0.74% | - |
| XYZ | 38.38 | 46.46 | 7.7 | - |
| YUV | 168.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 22 | 0.01 | 0 | 0.88 | 0.26 | 60.72 | 0.79 | 0.41 |
| Hex | BA | BC | 16 | 1 | 0 | 58 | 1A | 3D | 4F | 29 |
| Octal | 272 | 274 | 26 | 1 | 0 | 130 | 32 | 75 | 117 | 51 |
| Binary | 10111010 | 10111100 | 10110 | 1 | 0 | 1011000 | 11010 | 111101 | 1001111 | 101001 |
Color Harmonies of #BABC16
Complementary color
Monochromatic Colors of #BABC16
Black with #BABC16
Text Example
Text Example
White with #BABC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC16; }
p { color: rgb(186,188,22); }
H1.HeaderClassName
{
color: #BABC16;
}
.AnyTagClassName
{
color: #BABC16;
}
</style>
background-color css
<style>
a { background-color: #BABC16; }
a { background-color: rgb(186,188,22); }
div.DivClassName
{
background-color: #BABC16;
}
.BgClassName
{
background-color: #BABC16;
}
</style>
border-color css
<style>
span { border-color: #BABC16; }
span { border-color: rgb(186,188,22); }
td.TdClassName
{
border-color: #BABC16;
}
.TagClassName
{
border-color: #BABC16;
}
</style>