Shades of La Rioja #BCD505
Tints of La Rioja #BCD505
RGB
CMYK
RGB Variations
Color information
#BCD505 (or 0xBCD505) is known color: La Rioja. HEX triplet: BC, D5 and 05. RGB value is (188,213,5). Sum of RGB (Red+Green+Blue) = 188+213+5=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD505 is #432AFA. Grayscale: #B6B6B6. Windows color (decimal): -4401915 or 382396. OLE color: 382396.
HSL color Cylindrical-coordinate representation of color #BCD505: hue angle of 67.21º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCD505 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.16 |
| HSL | 67.21º | 0.95% | 0.43% | - |
| HSV(B) | 67.21º | 0.98% | 0.84% | - |
| XYZ | 44.56 | 58.29 | 9.05 | - |
| YUV | 181.81 | 28.22 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 5 | 0.12 | 0 | 0.98 | 0.16 | 67.21 | 0.95 | 0.43 |
| Hex | BC | D5 | 5 | C | 0 | 62 | 10 | 43 | 5F | 2B |
| Octal | 274 | 325 | 5 | 14 | 0 | 142 | 20 | 103 | 137 | 53 |
| Binary | 10111100 | 11010101 | 101 | 1100 | 0 | 1100010 | 10000 | 1000011 | 1011111 | 101011 |
Color Harmonies of #BCD505
Complementary color
Monochromatic Colors of #BCD505
Black with #BCD505
Text Example
Text Example
White with #BCD505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD505; }
p { color: rgb(188,213,5); }
H1.HeaderClassName
{
color: #BCD505;
}
.AnyTagClassName
{
color: #BCD505;
}
</style>
background-color css
<style>
a { background-color: #BCD505; }
a { background-color: rgb(188,213,5); }
div.DivClassName
{
background-color: #BCD505;
}
.BgClassName
{
background-color: #BCD505;
}
</style>
border-color css
<style>
span { border-color: #BCD505; }
span { border-color: rgb(188,213,5); }
td.TdClassName
{
border-color: #BCD505;
}
.TagClassName
{
border-color: #BCD505;
}
</style>