Shades of La Rioja #BCC90A
Tints of La Rioja #BCC90A
RGB
CMYK
RGB Variations
Color information
#BCC90A (or 0xBCC90A) is known color: La Rioja. HEX triplet: BC, C9 and 0A. RGB value is (188,201,10). Sum of RGB (Red+Green+Blue) = 188+201+10=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC90A is #4336F5. Grayscale: #B0B0B0. Windows color (decimal): -4404982 or 707004. OLE color: 707004.
HSL color Cylindrical-coordinate representation of color #BCC90A: hue angle of 64.08º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCC90A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.21 |
| HSL | 64.08º | 0.91% | 0.41% | - |
| HSV(B) | 64.08º | 0.95% | 0.79% | - |
| XYZ | 41.68 | 52.49 | 8.22 | - |
| YUV | 175.34 | 34.69 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 10 | 0.06 | 0 | 0.95 | 0.21 | 64.08 | 0.91 | 0.41 |
| Hex | BC | C9 | A | 6 | 0 | 5F | 15 | 40 | 5B | 29 |
| Octal | 274 | 311 | 12 | 6 | 0 | 137 | 25 | 100 | 133 | 51 |
| Binary | 10111100 | 11001001 | 1010 | 110 | 0 | 1011111 | 10101 | 1000000 | 1011011 | 101001 |
Color Harmonies of #BCC90A
Complementary color
Monochromatic Colors of #BCC90A
Black with #BCC90A
Text Example
Text Example
White with #BCC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC90A; }
p { color: rgb(188,201,10); }
H1.HeaderClassName
{
color: #BCC90A;
}
.AnyTagClassName
{
color: #BCC90A;
}
</style>
background-color css
<style>
a { background-color: #BCC90A; }
a { background-color: rgb(188,201,10); }
div.DivClassName
{
background-color: #BCC90A;
}
.BgClassName
{
background-color: #BCC90A;
}
</style>
border-color css
<style>
span { border-color: #BCC90A; }
span { border-color: rgb(188,201,10); }
td.TdClassName
{
border-color: #BCC90A;
}
.TagClassName
{
border-color: #BCC90A;
}
</style>