Shades of La Rioja #BDC303
Tints of La Rioja #BDC303
RGB
CMYK
RGB Variations
Color information
#BDC303 (or 0xBDC303) is known color: La Rioja. HEX triplet: BD, C3 and 03. RGB value is (189,195,3). Sum of RGB (Red+Green+Blue) = 189+195+3=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC303 is #423CFC. Grayscale: #ACACAC. Windows color (decimal): -4340989 or 246717. OLE color: 246717.
HSL color Cylindrical-coordinate representation of color #BDC303: hue angle of 61.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDC303 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.24 |
| HSL | 61.88º | 0.97% | 0.39% | - |
| HSV(B) | 61.88º | 0.98% | 0.76% | - |
| XYZ | 40.52 | 49.86 | 7.57 | - |
| YUV | 171.32 | 33.01 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 3 | 0.03 | 0 | 0.98 | 0.24 | 61.88 | 0.97 | 0.39 |
| Hex | BD | C3 | 3 | 3 | 0 | 62 | 18 | 3E | 61 | 27 |
| Octal | 275 | 303 | 3 | 3 | 0 | 142 | 30 | 76 | 141 | 47 |
| Binary | 10111101 | 11000011 | 11 | 11 | 0 | 1100010 | 11000 | 111110 | 1100001 | 100111 |
Color Harmonies of #BDC303
Complementary color
Monochromatic Colors of #BDC303
Black with #BDC303
Text Example
Text Example
White with #BDC303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC303; }
p { color: rgb(189,195,3); }
H1.HeaderClassName
{
color: #BDC303;
}
.AnyTagClassName
{
color: #BDC303;
}
</style>
background-color css
<style>
a { background-color: #BDC303; }
a { background-color: rgb(189,195,3); }
div.DivClassName
{
background-color: #BDC303;
}
.BgClassName
{
background-color: #BDC303;
}
</style>
border-color css
<style>
span { border-color: #BDC303; }
span { border-color: rgb(189,195,3); }
td.TdClassName
{
border-color: #BDC303;
}
.TagClassName
{
border-color: #BDC303;
}
</style>