Shades of La Rioja #BAC909
Tints of La Rioja #BAC909
RGB
CMYK
RGB Variations
Color information
#BAC909 (or 0xBAC909) is known color: La Rioja. HEX triplet: BA, C9 and 09. RGB value is (186,201,9). Sum of RGB (Red+Green+Blue) = 186+201+9=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC909 is #4536F6. Grayscale: #AFAFAF. Windows color (decimal): -4536055 or 641466. OLE color: 641466.
HSL color Cylindrical-coordinate representation of color #BAC909: hue angle of 64.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAC909 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 9 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.21 |
| HSL | 64.69º | 0.91% | 0.41% | - |
| HSV(B) | 64.69º | 0.96% | 0.79% | - |
| XYZ | 41.19 | 52.23 | 8.17 | - |
| YUV | 174.63 | 34.53 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 9 | 0.07 | 0 | 0.96 | 0.21 | 64.69 | 0.91 | 0.41 |
| Hex | BA | C9 | 9 | 7 | 0 | 60 | 15 | 41 | 5B | 29 |
| Octal | 272 | 311 | 11 | 7 | 0 | 140 | 25 | 101 | 133 | 51 |
| Binary | 10111010 | 11001001 | 1001 | 111 | 0 | 1100000 | 10101 | 1000001 | 1011011 | 101001 |
Color Harmonies of #BAC909
Complementary color
Monochromatic Colors of #BAC909
Black with #BAC909
Text Example
Text Example
White with #BAC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC909; }
p { color: rgb(186,201,9); }
H1.HeaderClassName
{
color: #BAC909;
}
.AnyTagClassName
{
color: #BAC909;
}
</style>
background-color css
<style>
a { background-color: #BAC909; }
a { background-color: rgb(186,201,9); }
div.DivClassName
{
background-color: #BAC909;
}
.BgClassName
{
background-color: #BAC909;
}
</style>
border-color css
<style>
span { border-color: #BAC909; }
span { border-color: rgb(186,201,9); }
td.TdClassName
{
border-color: #BAC909;
}
.TagClassName
{
border-color: #BAC909;
}
</style>