Shades of La Rioja #BCD005
Tints of La Rioja #BCD005
RGB
CMYK
RGB Variations
Color information
#BCD005 (or 0xBCD005) is known color: La Rioja. HEX triplet: BC, D0 and 05. RGB value is (188,208,5). Sum of RGB (Red+Green+Blue) = 188+208+5=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD005 is #432FFA. Grayscale: #B3B3B3. Windows color (decimal): -4403195 or 381116. OLE color: 381116.
HSL color Cylindrical-coordinate representation of color #BCD005: hue angle of 65.91º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCD005 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 5 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.18 |
| HSL | 65.91º | 0.95% | 0.42% | - |
| HSV(B) | 65.91º | 0.98% | 0.82% | - |
| XYZ | 43.32 | 55.81 | 8.63 | - |
| YUV | 178.88 | 29.87 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 5 | 0.10 | 0 | 0.98 | 0.18 | 65.91 | 0.95 | 0.42 |
| Hex | BC | D0 | 5 | A | 0 | 62 | 12 | 42 | 5F | 2A |
| Octal | 274 | 320 | 5 | 12 | 0 | 142 | 22 | 102 | 137 | 52 |
| Binary | 10111100 | 11010000 | 101 | 1010 | 0 | 1100010 | 10010 | 1000010 | 1011111 | 101010 |
Color Harmonies of #BCD005
Complementary color
Monochromatic Colors of #BCD005
Black with #BCD005
Text Example
Text Example
White with #BCD005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD005; }
p { color: rgb(188,208,5); }
H1.HeaderClassName
{
color: #BCD005;
}
.AnyTagClassName
{
color: #BCD005;
}
</style>
background-color css
<style>
a { background-color: #BCD005; }
a { background-color: rgb(188,208,5); }
div.DivClassName
{
background-color: #BCD005;
}
.BgClassName
{
background-color: #BCD005;
}
</style>
border-color css
<style>
span { border-color: #BCD005; }
span { border-color: rgb(188,208,5); }
td.TdClassName
{
border-color: #BCD005;
}
.TagClassName
{
border-color: #BCD005;
}
</style>