Shades of La Rioja #BCC00A
Tints of La Rioja #BCC00A
RGB
CMYK
RGB Variations
Color information
#BCC00A (or 0xBCC00A) is known color: La Rioja. HEX triplet: BC, C0 and 0A. RGB value is (188,192,10). Sum of RGB (Red+Green+Blue) = 188+192+10=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC00A is #433FF5. Grayscale: #AAAAAA. Windows color (decimal): -4407286 or 704700. OLE color: 704700.
HSL color Cylindrical-coordinate representation of color #BCC00A: hue angle of 61.32º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCC00A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 10 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.25 |
| HSL | 61.32º | 0.9% | 0.4% | - |
| HSV(B) | 61.32º | 0.95% | 0.75% | - |
| XYZ | 39.64 | 48.41 | 7.54 | - |
| YUV | 170.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 10 | 0.02 | 0 | 0.95 | 0.25 | 61.32 | 0.9 | 0.4 |
| Hex | BC | C0 | A | 2 | 0 | 5F | 19 | 3D | 5A | 28 |
| Octal | 274 | 300 | 12 | 2 | 0 | 137 | 31 | 75 | 132 | 50 |
| Binary | 10111100 | 11000000 | 1010 | 10 | 0 | 1011111 | 11001 | 111101 | 1011010 | 101000 |
Color Harmonies of #BCC00A
Complementary color
Monochromatic Colors of #BCC00A
Black with #BCC00A
Text Example
Text Example
White with #BCC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC00A; }
p { color: rgb(188,192,10); }
H1.HeaderClassName
{
color: #BCC00A;
}
.AnyTagClassName
{
color: #BCC00A;
}
</style>
background-color css
<style>
a { background-color: #BCC00A; }
a { background-color: rgb(188,192,10); }
div.DivClassName
{
background-color: #BCC00A;
}
.BgClassName
{
background-color: #BCC00A;
}
</style>
border-color css
<style>
span { border-color: #BCC00A; }
span { border-color: rgb(188,192,10); }
td.TdClassName
{
border-color: #BCC00A;
}
.TagClassName
{
border-color: #BCC00A;
}
</style>