Shades of La Rioja #BDC208
Tints of La Rioja #BDC208
RGB
CMYK
RGB Variations
Color information
#BDC208 (or 0xBDC208) is known color: La Rioja. HEX triplet: BD, C2 and 08. RGB value is (189,194,8). Sum of RGB (Red+Green+Blue) = 189+194+8=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC208 is #423DF7. Grayscale: #ACACAC. Windows color (decimal): -4341240 or 574141. OLE color: 574141.
HSL color Cylindrical-coordinate representation of color #BDC208: hue angle of 61.61º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDC208 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 8 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.24 |
| HSL | 61.61º | 0.92% | 0.4% | - |
| HSV(B) | 61.61º | 0.96% | 0.76% | - |
| XYZ | 40.32 | 49.42 | 7.64 | - |
| YUV | 171.3 | 35.84 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 8 | 0.03 | 0 | 0.96 | 0.24 | 61.61 | 0.92 | 0.4 |
| Hex | BD | C2 | 8 | 3 | 0 | 60 | 18 | 3E | 5C | 28 |
| Octal | 275 | 302 | 10 | 3 | 0 | 140 | 30 | 76 | 134 | 50 |
| Binary | 10111101 | 11000010 | 1000 | 11 | 0 | 1100000 | 11000 | 111110 | 1011100 | 101000 |
Color Harmonies of #BDC208
Complementary color
Monochromatic Colors of #BDC208
Black with #BDC208
Text Example
Text Example
White with #BDC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC208; }
p { color: rgb(189,194,8); }
H1.HeaderClassName
{
color: #BDC208;
}
.AnyTagClassName
{
color: #BDC208;
}
</style>
background-color css
<style>
a { background-color: #BDC208; }
a { background-color: rgb(189,194,8); }
div.DivClassName
{
background-color: #BDC208;
}
.BgClassName
{
background-color: #BDC208;
}
</style>
border-color css
<style>
span { border-color: #BDC208; }
span { border-color: rgb(189,194,8); }
td.TdClassName
{
border-color: #BDC208;
}
.TagClassName
{
border-color: #BDC208;
}
</style>