Shades of La Rioja #BDB91C
Tints of La Rioja #BDB91C
RGB
CMYK
RGB Variations
Color information
#BDB91C (or 0xBDB91C) is known color: La Rioja. HEX triplet: BD, B9 and 1C. RGB value is (189,185,28). Sum of RGB (Red+Green+Blue) = 189+185+28=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB91C is #4246E3. Grayscale: #A8A8A8. Windows color (decimal): -4343524 or 1882557. OLE color: 1882557.
HSL color Cylindrical-coordinate representation of color #BDB91C: hue angle of 58.51º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDB91C is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 28 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.26 |
| HSL | 58.51º | 0.74% | 0.43% | - |
| HSV(B) | 58.51º | 0.85% | 0.74% | - |
| XYZ | 38.54 | 45.6 | 7.87 | - |
| YUV | 168.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 28 | 0 | 0.02 | 0.85 | 0.26 | 58.51 | 0.74 | 0.43 |
| Hex | BD | B9 | 1C | 0 | 2 | 55 | 1A | 3B | 4A | 2B |
| Octal | 275 | 271 | 34 | 0 | 2 | 125 | 32 | 73 | 112 | 53 |
| Binary | 10111101 | 10111001 | 11100 | 0 | 10 | 1010101 | 11010 | 111011 | 1001010 | 101011 |
Color Harmonies of #BDB91C
Complementary color
Monochromatic Colors of #BDB91C
Black with #BDB91C
Text Example
Text Example
White with #BDB91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB91C; }
p { color: rgb(189,185,28); }
H1.HeaderClassName
{
color: #BDB91C;
}
.AnyTagClassName
{
color: #BDB91C;
}
</style>
background-color css
<style>
a { background-color: #BDB91C; }
a { background-color: rgb(189,185,28); }
div.DivClassName
{
background-color: #BDB91C;
}
.BgClassName
{
background-color: #BDB91C;
}
</style>
border-color css
<style>
span { border-color: #BDB91C; }
span { border-color: rgb(189,185,28); }
td.TdClassName
{
border-color: #BDB91C;
}
.TagClassName
{
border-color: #BDB91C;
}
</style>