Shades of La Rioja #BCD205
Tints of La Rioja #BCD205
RGB
CMYK
RGB Variations
Color information
#BCD205 (or 0xBCD205) is known color: La Rioja. HEX triplet: BC, D2 and 05. RGB value is (188,210,5). Sum of RGB (Red+Green+Blue) = 188+210+5=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD205 is #432DFA. Grayscale: #B4B4B4. Windows color (decimal): -4402683 or 381628. OLE color: 381628.
HSL color Cylindrical-coordinate representation of color #BCD205: hue angle of 66.44º 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 #BCD205 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 5 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.18 |
| HSL | 66.44º | 0.95% | 0.42% | - |
| HSV(B) | 66.44º | 0.98% | 0.82% | - |
| XYZ | 43.81 | 56.8 | 8.8 | - |
| YUV | 180.05 | 29.21 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 5 | 0.10 | 0 | 0.98 | 0.18 | 66.44 | 0.95 | 0.42 |
| Hex | BC | D2 | 5 | A | 0 | 62 | 12 | 42 | 5F | 2A |
| Octal | 274 | 322 | 5 | 12 | 0 | 142 | 22 | 102 | 137 | 52 |
| Binary | 10111100 | 11010010 | 101 | 1010 | 0 | 1100010 | 10010 | 1000010 | 1011111 | 101010 |
Color Harmonies of #BCD205
Complementary color
Monochromatic Colors of #BCD205
Black with #BCD205
Text Example
Text Example
White with #BCD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD205; }
p { color: rgb(188,210,5); }
H1.HeaderClassName
{
color: #BCD205;
}
.AnyTagClassName
{
color: #BCD205;
}
</style>
background-color css
<style>
a { background-color: #BCD205; }
a { background-color: rgb(188,210,5); }
div.DivClassName
{
background-color: #BCD205;
}
.BgClassName
{
background-color: #BCD205;
}
</style>
border-color css
<style>
span { border-color: #BCD205; }
span { border-color: rgb(188,210,5); }
td.TdClassName
{
border-color: #BCD205;
}
.TagClassName
{
border-color: #BCD205;
}
</style>