Shades of La Rioja #BAC202
Tints of La Rioja #BAC202
RGB
CMYK
RGB Variations
Color information
#BAC202 (or 0xBAC202) is known color: La Rioja. HEX triplet: BA, C2 and 02. RGB value is (186,194,2). Sum of RGB (Red+Green+Blue) = 186+194+2=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC202 is #453DFD. Grayscale: #AAAAAA. Windows color (decimal): -4537854 or 180922. OLE color: 180922.
HSL color Cylindrical-coordinate representation of color #BAC202: hue angle of 62.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC202 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.24 |
| HSL | 62.5º | 0.98% | 0.38% | - |
| HSV(B) | 62.5º | 0.99% | 0.76% | - |
| XYZ | 39.55 | 49.03 | 7.44 | - |
| YUV | 169.72 | 33.35 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 2 | 0.04 | 0 | 0.99 | 0.24 | 62.5 | 0.98 | 0.38 |
| Hex | BA | C2 | 2 | 4 | 0 | 63 | 18 | 3F | 62 | 26 |
| Octal | 272 | 302 | 2 | 4 | 0 | 143 | 30 | 77 | 142 | 46 |
| Binary | 10111010 | 11000010 | 10 | 100 | 0 | 1100011 | 11000 | 111111 | 1100010 | 100110 |
Color Harmonies of #BAC202
Complementary color
Monochromatic Colors of #BAC202
Black with #BAC202
Text Example
Text Example
White with #BAC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC202; }
p { color: rgb(186,194,2); }
H1.HeaderClassName
{
color: #BAC202;
}
.AnyTagClassName
{
color: #BAC202;
}
</style>
background-color css
<style>
a { background-color: #BAC202; }
a { background-color: rgb(186,194,2); }
div.DivClassName
{
background-color: #BAC202;
}
.BgClassName
{
background-color: #BAC202;
}
</style>
border-color css
<style>
span { border-color: #BAC202; }
span { border-color: rgb(186,194,2); }
td.TdClassName
{
border-color: #BAC202;
}
.TagClassName
{
border-color: #BAC202;
}
</style>