Shades of La Rioja #BABC0B
Tints of La Rioja #BABC0B
RGB
CMYK
RGB Variations
Color information
#BABC0B (or 0xBABC0B) is known color: La Rioja. HEX triplet: BA, BC and 0B. RGB value is (186,188,11). Sum of RGB (Red+Green+Blue) = 186+188+11=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC0B is #4543F4. Grayscale: #A7A7A7. Windows color (decimal): -4539381 or 769210. OLE color: 769210.
HSL color Cylindrical-coordinate representation of color #BABC0B: hue angle of 60.68º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BABC0B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.26 |
| HSL | 60.68º | 0.89% | 0.39% | - |
| HSV(B) | 60.68º | 0.94% | 0.74% | - |
| XYZ | 38.29 | 46.43 | 7.26 | - |
| YUV | 167.22 | 39.84 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 11 | 0.01 | 0 | 0.94 | 0.26 | 60.68 | 0.89 | 0.39 |
| Hex | BA | BC | B | 1 | 0 | 5E | 1A | 3D | 59 | 27 |
| Octal | 272 | 274 | 13 | 1 | 0 | 136 | 32 | 75 | 131 | 47 |
| Binary | 10111010 | 10111100 | 1011 | 1 | 0 | 1011110 | 11010 | 111101 | 1011001 | 100111 |
Color Harmonies of #BABC0B
Complementary color
Monochromatic Colors of #BABC0B
Black with #BABC0B
Text Example
Text Example
White with #BABC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC0B; }
p { color: rgb(186,188,11); }
H1.HeaderClassName
{
color: #BABC0B;
}
.AnyTagClassName
{
color: #BABC0B;
}
</style>
background-color css
<style>
a { background-color: #BABC0B; }
a { background-color: rgb(186,188,11); }
div.DivClassName
{
background-color: #BABC0B;
}
.BgClassName
{
background-color: #BABC0B;
}
</style>
border-color css
<style>
span { border-color: #BABC0B; }
span { border-color: rgb(186,188,11); }
td.TdClassName
{
border-color: #BABC0B;
}
.TagClassName
{
border-color: #BABC0B;
}
</style>