Shades of La Rioja #BDB90C
Tints of La Rioja #BDB90C
RGB
CMYK
RGB Variations
Color information
#BDB90C (or 0xBDB90C) is known color: La Rioja. HEX triplet: BD, B9 and 0C. RGB value is (189,185,12). Sum of RGB (Red+Green+Blue) = 189+185+12=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB90C is #4246F3. Grayscale: #A7A7A7. Windows color (decimal): -4343540 or 833981. OLE color: 833981.
HSL color Cylindrical-coordinate representation of color #BDB90C: hue angle of 58.64º degrees, saturation: 0.88, 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 #BDB90C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.26 |
| HSL | 58.64º | 0.88% | 0.39% | - |
| HSV(B) | 58.64º | 0.94% | 0.74% | - |
| XYZ | 38.4 | 45.54 | 7.11 | - |
| YUV | 166.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 12 | 0 | 0.02 | 0.94 | 0.26 | 58.64 | 0.88 | 0.39 |
| Hex | BD | B9 | C | 0 | 2 | 5E | 1A | 3B | 58 | 27 |
| Octal | 275 | 271 | 14 | 0 | 2 | 136 | 32 | 73 | 130 | 47 |
| Binary | 10111101 | 10111001 | 1100 | 0 | 10 | 1011110 | 11010 | 111011 | 1011000 | 100111 |
Color Harmonies of #BDB90C
Complementary color
Monochromatic Colors of #BDB90C
Black with #BDB90C
Text Example
Text Example
White with #BDB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB90C; }
p { color: rgb(189,185,12); }
H1.HeaderClassName
{
color: #BDB90C;
}
.AnyTagClassName
{
color: #BDB90C;
}
</style>
background-color css
<style>
a { background-color: #BDB90C; }
a { background-color: rgb(189,185,12); }
div.DivClassName
{
background-color: #BDB90C;
}
.BgClassName
{
background-color: #BDB90C;
}
</style>
border-color css
<style>
span { border-color: #BDB90C; }
span { border-color: rgb(189,185,12); }
td.TdClassName
{
border-color: #BDB90C;
}
.TagClassName
{
border-color: #BDB90C;
}
</style>