Shades of La Rioja #BAC308
Tints of La Rioja #BAC308
RGB
CMYK
RGB Variations
Color information
#BAC308 (or 0xBAC308) is known color: La Rioja. HEX triplet: BA, C3 and 08. RGB value is (186,195,8). Sum of RGB (Red+Green+Blue) = 186+195+8=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC308 is #453CF7. Grayscale: #ABABAB. Windows color (decimal): -4537592 or 574394. OLE color: 574394.
HSL color Cylindrical-coordinate representation of color #BAC308: hue angle of 62.89º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAC308 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.24 |
| HSL | 62.89º | 0.92% | 0.4% | - |
| HSV(B) | 62.89º | 0.96% | 0.76% | - |
| XYZ | 39.81 | 49.49 | 7.68 | - |
| YUV | 170.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 8 | 0.05 | 0 | 0.96 | 0.24 | 62.89 | 0.92 | 0.4 |
| Hex | BA | C3 | 8 | 5 | 0 | 60 | 18 | 3F | 5C | 28 |
| Octal | 272 | 303 | 10 | 5 | 0 | 140 | 30 | 77 | 134 | 50 |
| Binary | 10111010 | 11000011 | 1000 | 101 | 0 | 1100000 | 11000 | 111111 | 1011100 | 101000 |
Color Harmonies of #BAC308
Complementary color
Monochromatic Colors of #BAC308
Black with #BAC308
Text Example
Text Example
White with #BAC308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC308; }
p { color: rgb(186,195,8); }
H1.HeaderClassName
{
color: #BAC308;
}
.AnyTagClassName
{
color: #BAC308;
}
</style>
background-color css
<style>
a { background-color: #BAC308; }
a { background-color: rgb(186,195,8); }
div.DivClassName
{
background-color: #BAC308;
}
.BgClassName
{
background-color: #BAC308;
}
</style>
border-color css
<style>
span { border-color: #BAC308; }
span { border-color: rgb(186,195,8); }
td.TdClassName
{
border-color: #BAC308;
}
.TagClassName
{
border-color: #BAC308;
}
</style>