Shades of La Rioja #BDC809
Tints of La Rioja #BDC809
RGB
CMYK
RGB Variations
Color information
#BDC809 (or 0xBDC809) is known color: La Rioja. HEX triplet: BD, C8 and 09. RGB value is (189,200,9). Sum of RGB (Red+Green+Blue) = 189+200+9=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC809 is #4237F6. Grayscale: #AFAFAF. Windows color (decimal): -4339703 or 641213. OLE color: 641213.
HSL color Cylindrical-coordinate representation of color #BDC809: hue angle of 63.46º 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 #BDC809 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 9 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.22 |
| HSL | 63.46º | 0.91% | 0.41% | - |
| HSV(B) | 63.46º | 0.96% | 0.78% | - |
| XYZ | 41.69 | 52.15 | 8.13 | - |
| YUV | 174.94 | 34.36 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 9 | 0.06 | 0 | 0.96 | 0.22 | 63.46 | 0.91 | 0.41 |
| Hex | BD | C8 | 9 | 6 | 0 | 60 | 16 | 3F | 5B | 29 |
| Octal | 275 | 310 | 11 | 6 | 0 | 140 | 26 | 77 | 133 | 51 |
| Binary | 10111101 | 11001000 | 1001 | 110 | 0 | 1100000 | 10110 | 111111 | 1011011 | 101001 |
Color Harmonies of #BDC809
Complementary color
Monochromatic Colors of #BDC809
Black with #BDC809
Text Example
Text Example
White with #BDC809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC809; }
p { color: rgb(189,200,9); }
H1.HeaderClassName
{
color: #BDC809;
}
.AnyTagClassName
{
color: #BDC809;
}
</style>
background-color css
<style>
a { background-color: #BDC809; }
a { background-color: rgb(189,200,9); }
div.DivClassName
{
background-color: #BDC809;
}
.BgClassName
{
background-color: #BDC809;
}
</style>
border-color css
<style>
span { border-color: #BDC809; }
span { border-color: rgb(189,200,9); }
td.TdClassName
{
border-color: #BDC809;
}
.TagClassName
{
border-color: #BDC809;
}
</style>