Shades of La Rioja #BDC709
Tints of La Rioja #BDC709
RGB
CMYK
RGB Variations
Color information
#BDC709 (or 0xBDC709) is known color: La Rioja. HEX triplet: BD, C7 and 09. RGB value is (189,199,9). Sum of RGB (Red+Green+Blue) = 189+199+9=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC709 is #4238F6. Grayscale: #AFAFAF. Windows color (decimal): -4339959 or 640957. OLE color: 640957.
HSL color Cylindrical-coordinate representation of color #BDC709: hue angle of 63.16º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDC709 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 9 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.22 |
| HSL | 63.16º | 0.91% | 0.41% | - |
| HSV(B) | 63.16º | 0.95% | 0.78% | - |
| XYZ | 41.46 | 51.69 | 8.05 | - |
| YUV | 174.35 | 34.69 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 9 | 0.05 | 0 | 0.95 | 0.22 | 63.16 | 0.91 | 0.41 |
| Hex | BD | C7 | 9 | 5 | 0 | 5F | 16 | 3F | 5B | 29 |
| Octal | 275 | 307 | 11 | 5 | 0 | 137 | 26 | 77 | 133 | 51 |
| Binary | 10111101 | 11000111 | 1001 | 101 | 0 | 1011111 | 10110 | 111111 | 1011011 | 101001 |
Color Harmonies of #BDC709
Complementary color
Monochromatic Colors of #BDC709
Black with #BDC709
Text Example
Text Example
White with #BDC709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC709; }
p { color: rgb(189,199,9); }
H1.HeaderClassName
{
color: #BDC709;
}
.AnyTagClassName
{
color: #BDC709;
}
</style>
background-color css
<style>
a { background-color: #BDC709; }
a { background-color: rgb(189,199,9); }
div.DivClassName
{
background-color: #BDC709;
}
.BgClassName
{
background-color: #BDC709;
}
</style>
border-color css
<style>
span { border-color: #BDC709; }
span { border-color: rgb(189,199,9); }
td.TdClassName
{
border-color: #BDC709;
}
.TagClassName
{
border-color: #BDC709;
}
</style>