Shades of La Rioja #BABB11
Tints of La Rioja #BABB11
RGB
CMYK
RGB Variations
Color information
#BABB11 (or 0xBABB11) is known color: La Rioja. HEX triplet: BA, BB and 11. RGB value is (186,187,17). Sum of RGB (Red+Green+Blue) = 186+187+17=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABB11 is #4544EE. Grayscale: #A8A8A8. Windows color (decimal): -4539631 or 1162170. OLE color: 1162170.
HSL color Cylindrical-coordinate representation of color #BABB11: hue angle of 60.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BABB11 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 17 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.27 |
| HSL | 60.35º | 0.83% | 0.4% | - |
| HSV(B) | 60.35º | 0.91% | 0.73% | - |
| XYZ | 38.12 | 46.02 | 7.4 | - |
| YUV | 167.32 | 43.17 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 17 | 0.01 | 0 | 0.91 | 0.27 | 60.35 | 0.83 | 0.4 |
| Hex | BA | BB | 11 | 1 | 0 | 5B | 1B | 3C | 53 | 28 |
| Octal | 272 | 273 | 21 | 1 | 0 | 133 | 33 | 74 | 123 | 50 |
| Binary | 10111010 | 10111011 | 10001 | 1 | 0 | 1011011 | 11011 | 111100 | 1010011 | 101000 |
Color Harmonies of #BABB11
Complementary color
Monochromatic Colors of #BABB11
Black with #BABB11
Text Example
Text Example
White with #BABB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB11; }
p { color: rgb(186,187,17); }
H1.HeaderClassName
{
color: #BABB11;
}
.AnyTagClassName
{
color: #BABB11;
}
</style>
background-color css
<style>
a { background-color: #BABB11; }
a { background-color: rgb(186,187,17); }
div.DivClassName
{
background-color: #BABB11;
}
.BgClassName
{
background-color: #BABB11;
}
</style>
border-color css
<style>
span { border-color: #BABB11; }
span { border-color: rgb(186,187,17); }
td.TdClassName
{
border-color: #BABB11;
}
.TagClassName
{
border-color: #BABB11;
}
</style>