Shades of La Rioja #BAC702
Tints of La Rioja #BAC702
RGB
CMYK
RGB Variations
Color information
#BAC702 (or 0xBAC702) is known color: La Rioja. HEX triplet: BA, C7 and 02. RGB value is (186,199,2). Sum of RGB (Red+Green+Blue) = 186+199+2=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC702 is #4538FD. Grayscale: #ADADAD. Windows color (decimal): -4536574 or 182202. OLE color: 182202.
HSL color Cylindrical-coordinate representation of color #BAC702: hue angle of 63.96º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC702 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.22 |
| HSL | 63.96º | 0.98% | 0.39% | - |
| HSV(B) | 63.96º | 0.99% | 0.78% | - |
| XYZ | 40.68 | 51.29 | 7.81 | - |
| YUV | 172.66 | 31.69 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 2 | 0.07 | 0 | 0.99 | 0.22 | 63.96 | 0.98 | 0.39 |
| Hex | BA | C7 | 2 | 7 | 0 | 63 | 16 | 40 | 62 | 27 |
| Octal | 272 | 307 | 2 | 7 | 0 | 143 | 26 | 100 | 142 | 47 |
| Binary | 10111010 | 11000111 | 10 | 111 | 0 | 1100011 | 10110 | 1000000 | 1100010 | 100111 |
Color Harmonies of #BAC702
Complementary color
Monochromatic Colors of #BAC702
Black with #BAC702
Text Example
Text Example
White with #BAC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC702; }
p { color: rgb(186,199,2); }
H1.HeaderClassName
{
color: #BAC702;
}
.AnyTagClassName
{
color: #BAC702;
}
</style>
background-color css
<style>
a { background-color: #BAC702; }
a { background-color: rgb(186,199,2); }
div.DivClassName
{
background-color: #BAC702;
}
.BgClassName
{
background-color: #BAC702;
}
</style>
border-color css
<style>
span { border-color: #BAC702; }
span { border-color: rgb(186,199,2); }
td.TdClassName
{
border-color: #BAC702;
}
.TagClassName
{
border-color: #BAC702;
}
</style>