Shades of La Rioja #BCAE00
Tints of La Rioja #BCAE00
RGB
CMYK
RGB Variations
Color information
#BCAE00 (or 0xBCAE00) is known color: La Rioja. HEX triplet: BC, AE and 00. RGB value is (188,174,0). Sum of RGB (Red+Green+Blue) = 188+174+0=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAE00 is #4351FF. Grayscale: #9F9F9F. Windows color (decimal): -4411904 or 44732. OLE color: 44732.
HSL color Cylindrical-coordinate representation of color #BCAE00: hue angle of 55.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCAE00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.26 |
| HSL | 55.53º | 1% | 0.37% | - |
| HSV(B) | 55.53º | 1% | 0.74% | - |
| XYZ | 35.88 | 40.96 | 6.02 | - |
| YUV | 158.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 0 | 0 | 0.07 | 1 | 0.26 | 55.53 | 1 | 0.37 |
| Hex | BC | AE | 0 | 0 | 7 | 64 | 1A | 38 | 64 | 25 |
| Octal | 274 | 256 | 0 | 0 | 7 | 144 | 32 | 70 | 144 | 45 |
| Binary | 10111100 | 10101110 | 0 | 0 | 111 | 1100100 | 11010 | 111000 | 1100100 | 100101 |
Color Harmonies of #BCAE00
Complementary color
Monochromatic Colors of #BCAE00
Black with #BCAE00
Text Example
Text Example
White with #BCAE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE00; }
p { color: rgb(188,174,0); }
H1.HeaderClassName
{
color: #BCAE00;
}
.AnyTagClassName
{
color: #BCAE00;
}
</style>
background-color css
<style>
a { background-color: #BCAE00; }
a { background-color: rgb(188,174,0); }
div.DivClassName
{
background-color: #BCAE00;
}
.BgClassName
{
background-color: #BCAE00;
}
</style>
border-color css
<style>
span { border-color: #BCAE00; }
span { border-color: rgb(188,174,0); }
td.TdClassName
{
border-color: #BCAE00;
}
.TagClassName
{
border-color: #BCAE00;
}
</style>