Shades of La Rioja #BCC300
Tints of La Rioja #BCC300
RGB
CMYK
RGB Variations
Color information
#BCC300 (or 0xBCC300) is known color: La Rioja. HEX triplet: BC, C3 and 00. RGB value is (188,195,0). Sum of RGB (Red+Green+Blue) = 188+195+0=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC300 is #433CFF. Grayscale: #ABABAB. Windows color (decimal): -4406528 or 50108. OLE color: 50108.
HSL color Cylindrical-coordinate representation of color #BCC300: hue angle of 62.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCC300 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.24 |
| HSL | 62.15º | 1% | 0.38% | - |
| HSV(B) | 62.15º | 1% | 0.76% | - |
| XYZ | 40.25 | 49.72 | 7.48 | - |
| YUV | 170.68 | 31.68 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 0 | 0.04 | 0 | 1 | 0.24 | 62.15 | 1 | 0.38 |
| Hex | BC | C3 | 0 | 4 | 0 | 64 | 18 | 3E | 64 | 26 |
| Octal | 274 | 303 | 0 | 4 | 0 | 144 | 30 | 76 | 144 | 46 |
| Binary | 10111100 | 11000011 | 0 | 100 | 0 | 1100100 | 11000 | 111110 | 1100100 | 100110 |
Color Harmonies of #BCC300
Complementary color
Monochromatic Colors of #BCC300
Black with #BCC300
Text Example
Text Example
White with #BCC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC300; }
p { color: rgb(188,195,0); }
H1.HeaderClassName
{
color: #BCC300;
}
.AnyTagClassName
{
color: #BCC300;
}
</style>
background-color css
<style>
a { background-color: #BCC300; }
a { background-color: rgb(188,195,0); }
div.DivClassName
{
background-color: #BCC300;
}
.BgClassName
{
background-color: #BCC300;
}
</style>
border-color css
<style>
span { border-color: #BCC300; }
span { border-color: rgb(188,195,0); }
td.TdClassName
{
border-color: #BCC300;
}
.TagClassName
{
border-color: #BCC300;
}
</style>