Shades of La Rioja #BCC10A
Tints of La Rioja #BCC10A
RGB
CMYK
RGB Variations
Color information
#BCC10A (or 0xBCC10A) is known color: La Rioja. HEX triplet: BC, C1 and 0A. RGB value is (188,193,10). Sum of RGB (Red+Green+Blue) = 188+193+10=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC10A is #433EF5. Grayscale: #ABABAB. Windows color (decimal): -4407030 or 704956. OLE color: 704956.
HSL color Cylindrical-coordinate representation of color #BCC10A: hue angle of 61.64º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCC10A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.24 |
| HSL | 61.64º | 0.9% | 0.4% | - |
| HSV(B) | 61.64º | 0.95% | 0.76% | - |
| XYZ | 39.86 | 48.85 | 7.62 | - |
| YUV | 170.64 | 37.34 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 10 | 0.03 | 0 | 0.95 | 0.24 | 61.64 | 0.9 | 0.4 |
| Hex | BC | C1 | A | 3 | 0 | 5F | 18 | 3E | 5A | 28 |
| Octal | 274 | 301 | 12 | 3 | 0 | 137 | 30 | 76 | 132 | 50 |
| Binary | 10111100 | 11000001 | 1010 | 11 | 0 | 1011111 | 11000 | 111110 | 1011010 | 101000 |
Color Harmonies of #BCC10A
Complementary color
Monochromatic Colors of #BCC10A
Black with #BCC10A
Text Example
Text Example
White with #BCC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC10A; }
p { color: rgb(188,193,10); }
H1.HeaderClassName
{
color: #BCC10A;
}
.AnyTagClassName
{
color: #BCC10A;
}
</style>
background-color css
<style>
a { background-color: #BCC10A; }
a { background-color: rgb(188,193,10); }
div.DivClassName
{
background-color: #BCC10A;
}
.BgClassName
{
background-color: #BCC10A;
}
</style>
border-color css
<style>
span { border-color: #BCC10A; }
span { border-color: rgb(188,193,10); }
td.TdClassName
{
border-color: #BCC10A;
}
.TagClassName
{
border-color: #BCC10A;
}
</style>