Shades of La Rioja #BAB90B
Tints of La Rioja #BAB90B
RGB
CMYK
RGB Variations
Color information
#BAB90B (or 0xBAB90B) is known color: La Rioja. HEX triplet: BA, B9 and 0B. RGB value is (186,185,11). Sum of RGB (Red+Green+Blue) = 186+185+11=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB90B is #4546F4. Grayscale: #A6A6A6. Windows color (decimal): -4540149 or 768442. OLE color: 768442.
HSL color Cylindrical-coordinate representation of color #BAB90B: hue angle of 59.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAB90B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.27 |
| HSL | 59.66º | 0.89% | 0.39% | - |
| HSV(B) | 59.66º | 0.94% | 0.73% | - |
| XYZ | 37.66 | 45.16 | 7.05 | - |
| YUV | 165.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 11 | 0 | 0.01 | 0.94 | 0.27 | 59.66 | 0.89 | 0.39 |
| Hex | BA | B9 | B | 0 | 1 | 5E | 1B | 3C | 59 | 27 |
| Octal | 272 | 271 | 13 | 0 | 1 | 136 | 33 | 74 | 131 | 47 |
| Binary | 10111010 | 10111001 | 1011 | 0 | 1 | 1011110 | 11011 | 111100 | 1011001 | 100111 |
Color Harmonies of #BAB90B
Complementary color
Monochromatic Colors of #BAB90B
Black with #BAB90B
Text Example
Text Example
White with #BAB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB90B; }
p { color: rgb(186,185,11); }
H1.HeaderClassName
{
color: #BAB90B;
}
.AnyTagClassName
{
color: #BAB90B;
}
</style>
background-color css
<style>
a { background-color: #BAB90B; }
a { background-color: rgb(186,185,11); }
div.DivClassName
{
background-color: #BAB90B;
}
.BgClassName
{
background-color: #BAB90B;
}
</style>
border-color css
<style>
span { border-color: #BAB90B; }
span { border-color: rgb(186,185,11); }
td.TdClassName
{
border-color: #BAB90B;
}
.TagClassName
{
border-color: #BAB90B;
}
</style>