Shades of La Rioja #BAAE00
Tints of La Rioja #BAAE00
RGB
CMYK
RGB Variations
Color information
#BAAE00 (or 0xBAAE00) is known color: La Rioja. HEX triplet: BA, AE and 00. RGB value is (186,174,0). Sum of RGB (Red+Green+Blue) = 186+174+0=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAE00 is #4551FF. Grayscale: #9E9E9E. Windows color (decimal): -4542976 or 44730. OLE color: 44730.
HSL color Cylindrical-coordinate representation of color #BAAE00: hue angle of 56.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAAE00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.27 |
| HSL | 56.13º | 1% | 0.36% | - |
| HSV(B) | 56.13º | 1% | 0.73% | - |
| XYZ | 35.39 | 40.71 | 5.99 | - |
| YUV | 157.75 | 38.98 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 0 | 0 | 0.06 | 1 | 0.27 | 56.13 | 1 | 0.36 |
| Hex | BA | AE | 0 | 0 | 6 | 64 | 1B | 38 | 64 | 24 |
| Octal | 272 | 256 | 0 | 0 | 6 | 144 | 33 | 70 | 144 | 44 |
| Binary | 10111010 | 10101110 | 0 | 0 | 110 | 1100100 | 11011 | 111000 | 1100100 | 100100 |
Color Harmonies of #BAAE00
Complementary color
Monochromatic Colors of #BAAE00
Black with #BAAE00
Text Example
Text Example
White with #BAAE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAE00; }
p { color: rgb(186,174,0); }
H1.HeaderClassName
{
color: #BAAE00;
}
.AnyTagClassName
{
color: #BAAE00;
}
</style>
background-color css
<style>
a { background-color: #BAAE00; }
a { background-color: rgb(186,174,0); }
div.DivClassName
{
background-color: #BAAE00;
}
.BgClassName
{
background-color: #BAAE00;
}
</style>
border-color css
<style>
span { border-color: #BAAE00; }
span { border-color: rgb(186,174,0); }
td.TdClassName
{
border-color: #BAAE00;
}
.TagClassName
{
border-color: #BAAE00;
}
</style>