Shades of La Rioja #B9BA00
Tints of La Rioja #B9BA00
RGB
CMYK
RGB Variations
Color information
#B9BA00 (or 0xB9BA00) is known color: La Rioja. HEX triplet: B9, BA and 00. RGB value is (185,186,0). Sum of RGB (Red+Green+Blue) = 185+186+0=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BA00 is #4645FF. Grayscale: #A5A5A5. Windows color (decimal): -4605440 or 47801. OLE color: 47801.
HSL color Cylindrical-coordinate representation of color #B9BA00: hue angle of 60.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9BA00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.27 |
| HSL | 60.32º | 1% | 0.36% | - |
| HSV(B) | 60.32º | 1% | 0.73% | - |
| XYZ | 37.57 | 45.43 | 6.79 | - |
| YUV | 164.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 0 | 0.01 | 0 | 1 | 0.27 | 60.32 | 1 | 0.36 |
| Hex | B9 | BA | 0 | 1 | 0 | 64 | 1B | 3C | 64 | 24 |
| Octal | 271 | 272 | 0 | 1 | 0 | 144 | 33 | 74 | 144 | 44 |
| Binary | 10111001 | 10111010 | 0 | 1 | 0 | 1100100 | 11011 | 111100 | 1100100 | 100100 |
Color Harmonies of #B9BA00
Complementary color
Monochromatic Colors of #B9BA00
Black with #B9BA00
Text Example
Text Example
White with #B9BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA00; }
p { color: rgb(185,186,0); }
H1.HeaderClassName
{
color: #B9BA00;
}
.AnyTagClassName
{
color: #B9BA00;
}
</style>
background-color css
<style>
a { background-color: #B9BA00; }
a { background-color: rgb(185,186,0); }
div.DivClassName
{
background-color: #B9BA00;
}
.BgClassName
{
background-color: #B9BA00;
}
</style>
border-color css
<style>
span { border-color: #B9BA00; }
span { border-color: rgb(185,186,0); }
td.TdClassName
{
border-color: #B9BA00;
}
.TagClassName
{
border-color: #B9BA00;
}
</style>