Shades of La Rioja #BAC00B
Tints of La Rioja #BAC00B
RGB
CMYK
RGB Variations
Color information
#BAC00B (or 0xBAC00B) is known color: La Rioja. HEX triplet: BA, C0 and 0B. RGB value is (186,192,11). Sum of RGB (Red+Green+Blue) = 186+192+11=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC00B is #453FF4. Grayscale: #AAAAAA. Windows color (decimal): -4538357 or 770234. OLE color: 770234.
HSL color Cylindrical-coordinate representation of color #BAC00B: hue angle of 61.99º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC00B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.25 |
| HSL | 61.99º | 0.89% | 0.4% | - |
| HSV(B) | 61.99º | 0.94% | 0.75% | - |
| XYZ | 39.16 | 48.16 | 7.55 | - |
| YUV | 169.57 | 38.51 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 11 | 0.03 | 0 | 0.94 | 0.25 | 61.99 | 0.89 | 0.4 |
| Hex | BA | C0 | B | 3 | 0 | 5E | 19 | 3E | 59 | 28 |
| Octal | 272 | 300 | 13 | 3 | 0 | 136 | 31 | 76 | 131 | 50 |
| Binary | 10111010 | 11000000 | 1011 | 11 | 0 | 1011110 | 11001 | 111110 | 1011001 | 101000 |
Color Harmonies of #BAC00B
Complementary color
Monochromatic Colors of #BAC00B
Black with #BAC00B
Text Example
Text Example
White with #BAC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC00B; }
p { color: rgb(186,192,11); }
H1.HeaderClassName
{
color: #BAC00B;
}
.AnyTagClassName
{
color: #BAC00B;
}
</style>
background-color css
<style>
a { background-color: #BAC00B; }
a { background-color: rgb(186,192,11); }
div.DivClassName
{
background-color: #BAC00B;
}
.BgClassName
{
background-color: #BAC00B;
}
</style>
border-color css
<style>
span { border-color: #BAC00B; }
span { border-color: rgb(186,192,11); }
td.TdClassName
{
border-color: #BAC00B;
}
.TagClassName
{
border-color: #BAC00B;
}
</style>