Shades of La Rioja #BDB20E
Tints of La Rioja #BDB20E
RGB
CMYK
RGB Variations
Color information
#BDB20E (or 0xBDB20E) is known color: La Rioja. HEX triplet: BD, B2 and 0E. RGB value is (189,178,14). Sum of RGB (Red+Green+Blue) = 189+178+14=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB20E is #424DF1. Grayscale: #A3A3A3. Windows color (decimal): -4345330 or 963261. OLE color: 963261.
HSL color Cylindrical-coordinate representation of color #BDB20E: hue angle of 56.23º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDB20E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 14 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.26 |
| HSL | 56.23º | 0.86% | 0.4% | - |
| HSV(B) | 56.23º | 0.93% | 0.74% | - |
| XYZ | 36.99 | 42.69 | 6.71 | - |
| YUV | 162.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 14 | 0 | 0.06 | 0.93 | 0.26 | 56.23 | 0.86 | 0.4 |
| Hex | BD | B2 | E | 0 | 6 | 5D | 1A | 38 | 56 | 28 |
| Octal | 275 | 262 | 16 | 0 | 6 | 135 | 32 | 70 | 126 | 50 |
| Binary | 10111101 | 10110010 | 1110 | 0 | 110 | 1011101 | 11010 | 111000 | 1010110 | 101000 |
Color Harmonies of #BDB20E
Complementary color
Monochromatic Colors of #BDB20E
Black with #BDB20E
Text Example
Text Example
White with #BDB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB20E; }
p { color: rgb(189,178,14); }
H1.HeaderClassName
{
color: #BDB20E;
}
.AnyTagClassName
{
color: #BDB20E;
}
</style>
background-color css
<style>
a { background-color: #BDB20E; }
a { background-color: rgb(189,178,14); }
div.DivClassName
{
background-color: #BDB20E;
}
.BgClassName
{
background-color: #BDB20E;
}
</style>
border-color css
<style>
span { border-color: #BDB20E; }
span { border-color: rgb(189,178,14); }
td.TdClassName
{
border-color: #BDB20E;
}
.TagClassName
{
border-color: #BDB20E;
}
</style>