Shades of La Rioja #BDC807
Tints of La Rioja #BDC807
RGB
CMYK
RGB Variations
Color information
#BDC807 (or 0xBDC807) is known color: La Rioja. HEX triplet: BD, C8 and 07. RGB value is (189,200,7). Sum of RGB (Red+Green+Blue) = 189+200+7=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC807 is #4237F8. Grayscale: #AFAFAF. Windows color (decimal): -4339705 or 510141. OLE color: 510141.
HSL color Cylindrical-coordinate representation of color #BDC807: hue angle of 63.42º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDC807 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.22 |
| HSL | 63.42º | 0.93% | 0.41% | - |
| HSV(B) | 63.42º | 0.97% | 0.78% | - |
| XYZ | 41.68 | 52.14 | 8.07 | - |
| YUV | 174.71 | 33.36 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 7 | 0.06 | 0 | 0.96 | 0.22 | 63.42 | 0.93 | 0.41 |
| Hex | BD | C8 | 7 | 6 | 0 | 60 | 16 | 3F | 5D | 29 |
| Octal | 275 | 310 | 7 | 6 | 0 | 140 | 26 | 77 | 135 | 51 |
| Binary | 10111101 | 11001000 | 111 | 110 | 0 | 1100000 | 10110 | 111111 | 1011101 | 101001 |
Color Harmonies of #BDC807
Complementary color
Monochromatic Colors of #BDC807
Black with #BDC807
Text Example
Text Example
White with #BDC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC807; }
p { color: rgb(189,200,7); }
H1.HeaderClassName
{
color: #BDC807;
}
.AnyTagClassName
{
color: #BDC807;
}
</style>
background-color css
<style>
a { background-color: #BDC807; }
a { background-color: rgb(189,200,7); }
div.DivClassName
{
background-color: #BDC807;
}
.BgClassName
{
background-color: #BDC807;
}
</style>
border-color css
<style>
span { border-color: #BDC807; }
span { border-color: rgb(189,200,7); }
td.TdClassName
{
border-color: #BDC807;
}
.TagClassName
{
border-color: #BDC807;
}
</style>