Shades of La Rioja #BDCA0A
Tints of La Rioja #BDCA0A
RGB
CMYK
RGB Variations
Color information
#BDCA0A (or 0xBDCA0A) is known color: La Rioja. HEX triplet: BD, CA and 0A. RGB value is (189,202,10). Sum of RGB (Red+Green+Blue) = 189+202+10=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCA0A is #4235F5. Grayscale: #B0B0B0. Windows color (decimal): -4339190 or 707261. OLE color: 707261.
HSL color Cylindrical-coordinate representation of color #BDCA0A: hue angle of 64.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDCA0A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.21 |
| HSL | 64.06º | 0.91% | 0.42% | - |
| HSV(B) | 64.06º | 0.95% | 0.79% | - |
| XYZ | 42.16 | 53.08 | 8.31 | - |
| YUV | 176.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 10 | 0.06 | 0 | 0.95 | 0.21 | 64.06 | 0.91 | 0.42 |
| Hex | BD | CA | A | 6 | 0 | 5F | 15 | 40 | 5B | 2A |
| Octal | 275 | 312 | 12 | 6 | 0 | 137 | 25 | 100 | 133 | 52 |
| Binary | 10111101 | 11001010 | 1010 | 110 | 0 | 1011111 | 10101 | 1000000 | 1011011 | 101010 |
Color Harmonies of #BDCA0A
Complementary color
Monochromatic Colors of #BDCA0A
Black with #BDCA0A
Text Example
Text Example
White with #BDCA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA0A; }
p { color: rgb(189,202,10); }
H1.HeaderClassName
{
color: #BDCA0A;
}
.AnyTagClassName
{
color: #BDCA0A;
}
</style>
background-color css
<style>
a { background-color: #BDCA0A; }
a { background-color: rgb(189,202,10); }
div.DivClassName
{
background-color: #BDCA0A;
}
.BgClassName
{
background-color: #BDCA0A;
}
</style>
border-color css
<style>
span { border-color: #BDCA0A; }
span { border-color: rgb(189,202,10); }
td.TdClassName
{
border-color: #BDCA0A;
}
.TagClassName
{
border-color: #BDCA0A;
}
</style>