Shades of La Rioja #BCD305
Tints of La Rioja #BCD305
RGB
CMYK
RGB Variations
Color information
#BCD305 (or 0xBCD305) is known color: La Rioja. HEX triplet: BC, D3 and 05. RGB value is (188,211,5). Sum of RGB (Red+Green+Blue) = 188+211+5=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD305 is #432CFA. Grayscale: #B5B5B5. Windows color (decimal): -4402427 or 381884. OLE color: 381884.
HSL color Cylindrical-coordinate representation of color #BCD305: hue angle of 66.7º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCD305 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.17 |
| HSL | 66.7º | 0.95% | 0.42% | - |
| HSV(B) | 66.7º | 0.98% | 0.83% | - |
| XYZ | 44.06 | 57.29 | 8.88 | - |
| YUV | 180.64 | 28.88 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 5 | 0.11 | 0 | 0.98 | 0.17 | 66.7 | 0.95 | 0.42 |
| Hex | BC | D3 | 5 | B | 0 | 62 | 11 | 43 | 5F | 2A |
| Octal | 274 | 323 | 5 | 13 | 0 | 142 | 21 | 103 | 137 | 52 |
| Binary | 10111100 | 11010011 | 101 | 1011 | 0 | 1100010 | 10001 | 1000011 | 1011111 | 101010 |
Color Harmonies of #BCD305
Complementary color
Monochromatic Colors of #BCD305
Black with #BCD305
Text Example
Text Example
White with #BCD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD305; }
p { color: rgb(188,211,5); }
H1.HeaderClassName
{
color: #BCD305;
}
.AnyTagClassName
{
color: #BCD305;
}
</style>
background-color css
<style>
a { background-color: #BCD305; }
a { background-color: rgb(188,211,5); }
div.DivClassName
{
background-color: #BCD305;
}
.BgClassName
{
background-color: #BCD305;
}
</style>
border-color css
<style>
span { border-color: #BCD305; }
span { border-color: rgb(188,211,5); }
td.TdClassName
{
border-color: #BCD305;
}
.TagClassName
{
border-color: #BCD305;
}
</style>