Shades of La Rioja #BAC808
Tints of La Rioja #BAC808
RGB
CMYK
RGB Variations
Color information
#BAC808 (or 0xBAC808) is known color: La Rioja. HEX triplet: BA, C8 and 08. RGB value is (186,200,8). Sum of RGB (Red+Green+Blue) = 186+200+8=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC808 is #4537F7. Grayscale: #AEAEAE. Windows color (decimal): -4536312 or 575674. OLE color: 575674.
HSL color Cylindrical-coordinate representation of color #BAC808: hue angle of 64.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAC808 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.22 |
| HSL | 64.38º | 0.92% | 0.41% | - |
| HSV(B) | 64.38º | 0.96% | 0.78% | - |
| XYZ | 40.95 | 51.77 | 8.06 | - |
| YUV | 173.93 | 34.36 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 8 | 0.07 | 0 | 0.96 | 0.22 | 64.38 | 0.92 | 0.41 |
| Hex | BA | C8 | 8 | 7 | 0 | 60 | 16 | 40 | 5C | 29 |
| Octal | 272 | 310 | 10 | 7 | 0 | 140 | 26 | 100 | 134 | 51 |
| Binary | 10111010 | 11001000 | 1000 | 111 | 0 | 1100000 | 10110 | 1000000 | 1011100 | 101001 |
Color Harmonies of #BAC808
Complementary color
Monochromatic Colors of #BAC808
Black with #BAC808
Text Example
Text Example
White with #BAC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC808; }
p { color: rgb(186,200,8); }
H1.HeaderClassName
{
color: #BAC808;
}
.AnyTagClassName
{
color: #BAC808;
}
</style>
background-color css
<style>
a { background-color: #BAC808; }
a { background-color: rgb(186,200,8); }
div.DivClassName
{
background-color: #BAC808;
}
.BgClassName
{
background-color: #BAC808;
}
</style>
border-color css
<style>
span { border-color: #BAC808; }
span { border-color: rgb(186,200,8); }
td.TdClassName
{
border-color: #BAC808;
}
.TagClassName
{
border-color: #BAC808;
}
</style>