Shades of La Rioja #BDB20C
Tints of La Rioja #BDB20C
RGB
CMYK
RGB Variations
Color information
#BDB20C (or 0xBDB20C) is known color: La Rioja. HEX triplet: BD, B2 and 0C. RGB value is (189,178,12). Sum of RGB (Red+Green+Blue) = 189+178+12=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB20C is #424DF3. Grayscale: #A3A3A3. Windows color (decimal): -4345332 or 832189. OLE color: 832189.
HSL color Cylindrical-coordinate representation of color #BDB20C: hue angle of 56.27º 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 #BDB20C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.26 |
| HSL | 56.27º | 0.88% | 0.39% | - |
| HSV(B) | 56.27º | 0.94% | 0.74% | - |
| XYZ | 36.97 | 42.69 | 6.64 | - |
| YUV | 162.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 12 | 0 | 0.06 | 0.94 | 0.26 | 56.27 | 0.88 | 0.39 |
| Hex | BD | B2 | C | 0 | 6 | 5E | 1A | 38 | 58 | 27 |
| Octal | 275 | 262 | 14 | 0 | 6 | 136 | 32 | 70 | 130 | 47 |
| Binary | 10111101 | 10110010 | 1100 | 0 | 110 | 1011110 | 11010 | 111000 | 1011000 | 100111 |
Color Harmonies of #BDB20C
Complementary color
Monochromatic Colors of #BDB20C
Black with #BDB20C
Text Example
Text Example
White with #BDB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB20C; }
p { color: rgb(189,178,12); }
H1.HeaderClassName
{
color: #BDB20C;
}
.AnyTagClassName
{
color: #BDB20C;
}
</style>
background-color css
<style>
a { background-color: #BDB20C; }
a { background-color: rgb(189,178,12); }
div.DivClassName
{
background-color: #BDB20C;
}
.BgClassName
{
background-color: #BDB20C;
}
</style>
border-color css
<style>
span { border-color: #BDB20C; }
span { border-color: rgb(189,178,12); }
td.TdClassName
{
border-color: #BDB20C;
}
.TagClassName
{
border-color: #BDB20C;
}
</style>