Shades of La Rioja #BCC20C
Tints of La Rioja #BCC20C
RGB
CMYK
RGB Variations
Color information
#BCC20C (or 0xBCC20C) is known color: La Rioja. HEX triplet: BC, C2 and 0C. RGB value is (188,194,12). Sum of RGB (Red+Green+Blue) = 188+194+12=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC20C is #433DF3. Grayscale: #ACACAC. Windows color (decimal): -4406772 or 836284. OLE color: 836284.
HSL color Cylindrical-coordinate representation of color #BCC20C: hue angle of 61.98º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCC20C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 12 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.24 |
| HSL | 61.98º | 0.88% | 0.4% | - |
| HSV(B) | 61.98º | 0.94% | 0.76% | - |
| XYZ | 40.1 | 49.3 | 7.75 | - |
| YUV | 171.46 | 38.01 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 12 | 0.03 | 0 | 0.94 | 0.24 | 61.98 | 0.88 | 0.4 |
| Hex | BC | C2 | C | 3 | 0 | 5E | 18 | 3E | 58 | 28 |
| Octal | 274 | 302 | 14 | 3 | 0 | 136 | 30 | 76 | 130 | 50 |
| Binary | 10111100 | 11000010 | 1100 | 11 | 0 | 1011110 | 11000 | 111110 | 1011000 | 101000 |
Color Harmonies of #BCC20C
Complementary color
Monochromatic Colors of #BCC20C
Black with #BCC20C
Text Example
Text Example
White with #BCC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC20C; }
p { color: rgb(188,194,12); }
H1.HeaderClassName
{
color: #BCC20C;
}
.AnyTagClassName
{
color: #BCC20C;
}
</style>
background-color css
<style>
a { background-color: #BCC20C; }
a { background-color: rgb(188,194,12); }
div.DivClassName
{
background-color: #BCC20C;
}
.BgClassName
{
background-color: #BCC20C;
}
</style>
border-color css
<style>
span { border-color: #BCC20C; }
span { border-color: rgb(188,194,12); }
td.TdClassName
{
border-color: #BCC20C;
}
.TagClassName
{
border-color: #BCC20C;
}
</style>