Shades of La Rioja #BAC20B
Tints of La Rioja #BAC20B
RGB
CMYK
RGB Variations
Color information
#BAC20B (or 0xBAC20B) is known color: La Rioja. HEX triplet: BA, C2 and 0B. RGB value is (186,194,11). Sum of RGB (Red+Green+Blue) = 186+194+11=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC20B is #453DF4. Grayscale: #ABABAB. Windows color (decimal): -4537845 or 770746. OLE color: 770746.
HSL color Cylindrical-coordinate representation of color #BAC20B: hue angle of 62.62º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC20B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.24 |
| HSL | 62.62º | 0.89% | 0.4% | - |
| HSV(B) | 62.62º | 0.94% | 0.76% | - |
| XYZ | 39.6 | 49.05 | 7.7 | - |
| YUV | 170.75 | 37.85 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 11 | 0.04 | 0 | 0.94 | 0.24 | 62.62 | 0.89 | 0.4 |
| Hex | BA | C2 | B | 4 | 0 | 5E | 18 | 3F | 59 | 28 |
| Octal | 272 | 302 | 13 | 4 | 0 | 136 | 30 | 77 | 131 | 50 |
| Binary | 10111010 | 11000010 | 1011 | 100 | 0 | 1011110 | 11000 | 111111 | 1011001 | 101000 |
Color Harmonies of #BAC20B
Complementary color
Monochromatic Colors of #BAC20B
Black with #BAC20B
Text Example
Text Example
White with #BAC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC20B; }
p { color: rgb(186,194,11); }
H1.HeaderClassName
{
color: #BAC20B;
}
.AnyTagClassName
{
color: #BAC20B;
}
</style>
background-color css
<style>
a { background-color: #BAC20B; }
a { background-color: rgb(186,194,11); }
div.DivClassName
{
background-color: #BAC20B;
}
.BgClassName
{
background-color: #BAC20B;
}
</style>
border-color css
<style>
span { border-color: #BAC20B; }
span { border-color: rgb(186,194,11); }
td.TdClassName
{
border-color: #BAC20B;
}
.TagClassName
{
border-color: #BAC20B;
}
</style>