Shades of La Rioja #BDCA06
Tints of La Rioja #BDCA06
RGB
CMYK
RGB Variations
Color information
#BDCA06 (or 0xBDCA06) is known color: La Rioja. HEX triplet: BD, CA and 06. RGB value is (189,202,6). Sum of RGB (Red+Green+Blue) = 189+202+6=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCA06 is #4235F9. Grayscale: #B0B0B0. Windows color (decimal): -4339194 or 445117. OLE color: 445117.
HSL color Cylindrical-coordinate representation of color #BDCA06: hue angle of 63.98º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDCA06 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.21 |
| HSL | 63.98º | 0.94% | 0.41% | - |
| HSV(B) | 63.98º | 0.97% | 0.79% | - |
| XYZ | 42.14 | 53.07 | 8.2 | - |
| YUV | 175.77 | 32.19 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 6 | 0.06 | 0 | 0.97 | 0.21 | 63.98 | 0.94 | 0.41 |
| Hex | BD | CA | 6 | 6 | 0 | 61 | 15 | 40 | 5E | 29 |
| Octal | 275 | 312 | 6 | 6 | 0 | 141 | 25 | 100 | 136 | 51 |
| Binary | 10111101 | 11001010 | 110 | 110 | 0 | 1100001 | 10101 | 1000000 | 1011110 | 101001 |
Color Harmonies of #BDCA06
Complementary color
Monochromatic Colors of #BDCA06
Black with #BDCA06
Text Example
Text Example
White with #BDCA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA06; }
p { color: rgb(189,202,6); }
H1.HeaderClassName
{
color: #BDCA06;
}
.AnyTagClassName
{
color: #BDCA06;
}
</style>
background-color css
<style>
a { background-color: #BDCA06; }
a { background-color: rgb(189,202,6); }
div.DivClassName
{
background-color: #BDCA06;
}
.BgClassName
{
background-color: #BDCA06;
}
</style>
border-color css
<style>
span { border-color: #BDCA06; }
span { border-color: rgb(189,202,6); }
td.TdClassName
{
border-color: #BDCA06;
}
.TagClassName
{
border-color: #BDCA06;
}
</style>