Shades of La Rioja #BCC905
Tints of La Rioja #BCC905
RGB
CMYK
RGB Variations
Color information
#BCC905 (or 0xBCC905) is known color: La Rioja. HEX triplet: BC, C9 and 05. RGB value is (188,201,5). Sum of RGB (Red+Green+Blue) = 188+201+5=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC905 is #4336FA. Grayscale: #AFAFAF. Windows color (decimal): -4404987 or 379324. OLE color: 379324.
HSL color Cylindrical-coordinate representation of color #BCC905: hue angle of 63.98º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCC905 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 5 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.21 |
| HSL | 63.98º | 0.95% | 0.4% | - |
| HSV(B) | 63.98º | 0.98% | 0.79% | - |
| XYZ | 41.65 | 52.48 | 8.08 | - |
| YUV | 174.77 | 32.19 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 5 | 0.06 | 0 | 0.98 | 0.21 | 63.98 | 0.95 | 0.4 |
| Hex | BC | C9 | 5 | 6 | 0 | 62 | 15 | 40 | 5F | 28 |
| Octal | 274 | 311 | 5 | 6 | 0 | 142 | 25 | 100 | 137 | 50 |
| Binary | 10111100 | 11001001 | 101 | 110 | 0 | 1100010 | 10101 | 1000000 | 1011111 | 101000 |
Color Harmonies of #BCC905
Complementary color
Monochromatic Colors of #BCC905
Black with #BCC905
Text Example
Text Example
White with #BCC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC905; }
p { color: rgb(188,201,5); }
H1.HeaderClassName
{
color: #BCC905;
}
.AnyTagClassName
{
color: #BCC905;
}
</style>
background-color css
<style>
a { background-color: #BCC905; }
a { background-color: rgb(188,201,5); }
div.DivClassName
{
background-color: #BCC905;
}
.BgClassName
{
background-color: #BCC905;
}
</style>
border-color css
<style>
span { border-color: #BCC905; }
span { border-color: rgb(188,201,5); }
td.TdClassName
{
border-color: #BCC905;
}
.TagClassName
{
border-color: #BCC905;
}
</style>