Shades of La Rioja #BAC40B
Tints of La Rioja #BAC40B
RGB
CMYK
RGB Variations
Color information
#BAC40B (or 0xBAC40B) is known color: La Rioja. HEX triplet: BA, C4 and 0B. RGB value is (186,196,11). Sum of RGB (Red+Green+Blue) = 186+196+11=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC40B is #453BF4. Grayscale: #ACACAC. Windows color (decimal): -4537333 or 771258. OLE color: 771258.
HSL color Cylindrical-coordinate representation of color #BAC40B: hue angle of 63.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC40B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.23 |
| HSL | 63.24º | 0.89% | 0.41% | - |
| HSV(B) | 63.24º | 0.94% | 0.77% | - |
| XYZ | 40.05 | 49.94 | 7.85 | - |
| YUV | 171.92 | 37.19 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 11 | 0.05 | 0 | 0.94 | 0.23 | 63.24 | 0.89 | 0.41 |
| Hex | BA | C4 | B | 5 | 0 | 5E | 17 | 3F | 59 | 29 |
| Octal | 272 | 304 | 13 | 5 | 0 | 136 | 27 | 77 | 131 | 51 |
| Binary | 10111010 | 11000100 | 1011 | 101 | 0 | 1011110 | 10111 | 111111 | 1011001 | 101001 |
Color Harmonies of #BAC40B
Complementary color
Monochromatic Colors of #BAC40B
Black with #BAC40B
Text Example
Text Example
White with #BAC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC40B; }
p { color: rgb(186,196,11); }
H1.HeaderClassName
{
color: #BAC40B;
}
.AnyTagClassName
{
color: #BAC40B;
}
</style>
background-color css
<style>
a { background-color: #BAC40B; }
a { background-color: rgb(186,196,11); }
div.DivClassName
{
background-color: #BAC40B;
}
.BgClassName
{
background-color: #BAC40B;
}
</style>
border-color css
<style>
span { border-color: #BAC40B; }
span { border-color: rgb(186,196,11); }
td.TdClassName
{
border-color: #BAC40B;
}
.TagClassName
{
border-color: #BAC40B;
}
</style>