Shades of La Rioja #BAC908
Tints of La Rioja #BAC908
RGB
CMYK
RGB Variations
Color information
#BAC908 (or 0xBAC908) is known color: La Rioja. HEX triplet: BA, C9 and 08. RGB value is (186,201,8). Sum of RGB (Red+Green+Blue) = 186+201+8=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC908 is #4536F7. Grayscale: #AFAFAF. Windows color (decimal): -4536056 or 575930. OLE color: 575930.
HSL color Cylindrical-coordinate representation of color #BAC908: hue angle of 64.66º degrees, saturation: 0.92, 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 #BAC908 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.21 |
| HSL | 64.66º | 0.92% | 0.41% | - |
| HSV(B) | 64.66º | 0.96% | 0.79% | - |
| XYZ | 41.18 | 52.23 | 8.14 | - |
| YUV | 174.51 | 34.03 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 8 | 0.07 | 0 | 0.96 | 0.21 | 64.66 | 0.92 | 0.41 |
| Hex | BA | C9 | 8 | 7 | 0 | 60 | 15 | 41 | 5C | 29 |
| Octal | 272 | 311 | 10 | 7 | 0 | 140 | 25 | 101 | 134 | 51 |
| Binary | 10111010 | 11001001 | 1000 | 111 | 0 | 1100000 | 10101 | 1000001 | 1011100 | 101001 |
Color Harmonies of #BAC908
Complementary color
Monochromatic Colors of #BAC908
Black with #BAC908
Text Example
Text Example
White with #BAC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC908; }
p { color: rgb(186,201,8); }
H1.HeaderClassName
{
color: #BAC908;
}
.AnyTagClassName
{
color: #BAC908;
}
</style>
background-color css
<style>
a { background-color: #BAC908; }
a { background-color: rgb(186,201,8); }
div.DivClassName
{
background-color: #BAC908;
}
.BgClassName
{
background-color: #BAC908;
}
</style>
border-color css
<style>
span { border-color: #BAC908; }
span { border-color: rgb(186,201,8); }
td.TdClassName
{
border-color: #BAC908;
}
.TagClassName
{
border-color: #BAC908;
}
</style>