Shades of La Rioja #BCD00C
Tints of La Rioja #BCD00C
RGB
CMYK
RGB Variations
Color information
#BCD00C (or 0xBCD00C) is known color: La Rioja. HEX triplet: BC, D0 and 0C. RGB value is (188,208,12). Sum of RGB (Red+Green+Blue) = 188+208+12=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD00C is #432FF3. Grayscale: #B4B4B4. Windows color (decimal): -4403188 or 839868. OLE color: 839868.
HSL color Cylindrical-coordinate representation of color #BCD00C: hue angle of 66.12º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD00C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.18 |
| HSL | 66.12º | 0.89% | 0.43% | - |
| HSV(B) | 66.12º | 0.94% | 0.82% | - |
| XYZ | 43.36 | 55.83 | 8.84 | - |
| YUV | 179.68 | 33.37 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 12 | 0.10 | 0 | 0.94 | 0.18 | 66.12 | 0.89 | 0.43 |
| Hex | BC | D0 | C | A | 0 | 5E | 12 | 42 | 59 | 2B |
| Octal | 274 | 320 | 14 | 12 | 0 | 136 | 22 | 102 | 131 | 53 |
| Binary | 10111100 | 11010000 | 1100 | 1010 | 0 | 1011110 | 10010 | 1000010 | 1011001 | 101011 |
Color Harmonies of #BCD00C
Complementary color
Monochromatic Colors of #BCD00C
Black with #BCD00C
Text Example
Text Example
White with #BCD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD00C; }
p { color: rgb(188,208,12); }
H1.HeaderClassName
{
color: #BCD00C;
}
.AnyTagClassName
{
color: #BCD00C;
}
</style>
background-color css
<style>
a { background-color: #BCD00C; }
a { background-color: rgb(188,208,12); }
div.DivClassName
{
background-color: #BCD00C;
}
.BgClassName
{
background-color: #BCD00C;
}
</style>
border-color css
<style>
span { border-color: #BCD00C; }
span { border-color: rgb(188,208,12); }
td.TdClassName
{
border-color: #BCD00C;
}
.TagClassName
{
border-color: #BCD00C;
}
</style>