Shades of La Rioja #BDBA00
Tints of La Rioja #BDBA00
RGB
CMYK
RGB Variations
Color information
#BDBA00 (or 0xBDBA00) is known color: La Rioja. HEX triplet: BD, BA and 00. RGB value is (189,186,0). Sum of RGB (Red+Green+Blue) = 189+186+0=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA00 is #4245FF. Grayscale: #A6A6A6. Windows color (decimal): -4343296 or 47805. OLE color: 47805.
HSL color Cylindrical-coordinate representation of color #BDBA00: hue angle of 59.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDBA00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.26 |
| HSL | 59.05º | 1% | 0.37% | - |
| HSV(B) | 59.05º | 1% | 0.74% | - |
| XYZ | 38.55 | 45.94 | 6.84 | - |
| YUV | 165.69 | 34.49 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 0 | 0 | 0.02 | 1 | 0.26 | 59.05 | 1 | 0.37 |
| Hex | BD | BA | 0 | 0 | 2 | 64 | 1A | 3B | 64 | 25 |
| Octal | 275 | 272 | 0 | 0 | 2 | 144 | 32 | 73 | 144 | 45 |
| Binary | 10111101 | 10111010 | 0 | 0 | 10 | 1100100 | 11010 | 111011 | 1100100 | 100101 |
Color Harmonies of #BDBA00
Complementary color
Monochromatic Colors of #BDBA00
Black with #BDBA00
Text Example
Text Example
White with #BDBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA00; }
p { color: rgb(189,186,0); }
H1.HeaderClassName
{
color: #BDBA00;
}
.AnyTagClassName
{
color: #BDBA00;
}
</style>
background-color css
<style>
a { background-color: #BDBA00; }
a { background-color: rgb(189,186,0); }
div.DivClassName
{
background-color: #BDBA00;
}
.BgClassName
{
background-color: #BDBA00;
}
</style>
border-color css
<style>
span { border-color: #BDBA00; }
span { border-color: rgb(189,186,0); }
td.TdClassName
{
border-color: #BDBA00;
}
.TagClassName
{
border-color: #BDBA00;
}
</style>