Shades of La Rioja #BDAB00
Tints of La Rioja #BDAB00
RGB
CMYK
RGB Variations
Color information
#BDAB00 (or 0xBDAB00) is known color: La Rioja. HEX triplet: BD, AB and 00. RGB value is (189,171,0). Sum of RGB (Red+Green+Blue) = 189+171+0=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB00 is #4254FF. Grayscale: #9D9D9D. Windows color (decimal): -4347136 or 43965. OLE color: 43965.
HSL color Cylindrical-coordinate representation of color #BDAB00: hue angle of 54.29º 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 #BDAB00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.26 |
| HSL | 54.29º | 1% | 0.37% | - |
| HSV(B) | 54.29º | 1% | 0.74% | - |
| XYZ | 35.55 | 39.94 | 5.84 | - |
| YUV | 156.89 | 39.46 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 0 | 0 | 0.10 | 1 | 0.26 | 54.29 | 1 | 0.37 |
| Hex | BD | AB | 0 | 0 | A | 64 | 1A | 36 | 64 | 25 |
| Octal | 275 | 253 | 0 | 0 | 12 | 144 | 32 | 66 | 144 | 45 |
| Binary | 10111101 | 10101011 | 0 | 0 | 1010 | 1100100 | 11010 | 110110 | 1100100 | 100101 |
Color Harmonies of #BDAB00
Complementary color
Monochromatic Colors of #BDAB00
Black with #BDAB00
Text Example
Text Example
White with #BDAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB00; }
p { color: rgb(189,171,0); }
H1.HeaderClassName
{
color: #BDAB00;
}
.AnyTagClassName
{
color: #BDAB00;
}
</style>
background-color css
<style>
a { background-color: #BDAB00; }
a { background-color: rgb(189,171,0); }
div.DivClassName
{
background-color: #BDAB00;
}
.BgClassName
{
background-color: #BDAB00;
}
</style>
border-color css
<style>
span { border-color: #BDAB00; }
span { border-color: rgb(189,171,0); }
td.TdClassName
{
border-color: #BDAB00;
}
.TagClassName
{
border-color: #BDAB00;
}
</style>