Shades of La Rioja #BDC305
Tints of La Rioja #BDC305
RGB
CMYK
RGB Variations
Color information
#BDC305 (or 0xBDC305) is known color: La Rioja. HEX triplet: BD, C3 and 05. RGB value is (189,195,5). Sum of RGB (Red+Green+Blue) = 189+195+5=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC305 is #423CFA. Grayscale: #ACACAC. Windows color (decimal): -4340987 or 377789. OLE color: 377789.
HSL color Cylindrical-coordinate representation of color #BDC305: hue angle of 61.89º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC305 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 5 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.24 |
| HSL | 61.89º | 0.95% | 0.39% | - |
| HSV(B) | 61.89º | 0.97% | 0.76% | - |
| XYZ | 40.53 | 49.86 | 7.63 | - |
| YUV | 171.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 5 | 0.03 | 0 | 0.97 | 0.24 | 61.89 | 0.95 | 0.39 |
| Hex | BD | C3 | 5 | 3 | 0 | 61 | 18 | 3E | 5F | 27 |
| Octal | 275 | 303 | 5 | 3 | 0 | 141 | 30 | 76 | 137 | 47 |
| Binary | 10111101 | 11000011 | 101 | 11 | 0 | 1100001 | 11000 | 111110 | 1011111 | 100111 |
Color Harmonies of #BDC305
Complementary color
Monochromatic Colors of #BDC305
Black with #BDC305
Text Example
Text Example
White with #BDC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC305; }
p { color: rgb(189,195,5); }
H1.HeaderClassName
{
color: #BDC305;
}
.AnyTagClassName
{
color: #BDC305;
}
</style>
background-color css
<style>
a { background-color: #BDC305; }
a { background-color: rgb(189,195,5); }
div.DivClassName
{
background-color: #BDC305;
}
.BgClassName
{
background-color: #BDC305;
}
</style>
border-color css
<style>
span { border-color: #BDC305; }
span { border-color: rgb(189,195,5); }
td.TdClassName
{
border-color: #BDC305;
}
.TagClassName
{
border-color: #BDC305;
}
</style>