Shades of La Rioja #BAC20D
Tints of La Rioja #BAC20D
RGB
CMYK
RGB Variations
Color information
#BAC20D (or 0xBAC20D) is known color: La Rioja. HEX triplet: BA, C2 and 0D. RGB value is (186,194,13). Sum of RGB (Red+Green+Blue) = 186+194+13=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC20D is #453DF2. Grayscale: #ABABAB. Windows color (decimal): -4537843 or 901818. OLE color: 901818.
HSL color Cylindrical-coordinate representation of color #BAC20D: hue angle of 62.65º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC20D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.24 |
| HSL | 62.65º | 0.87% | 0.41% | - |
| HSV(B) | 62.65º | 0.93% | 0.76% | - |
| XYZ | 39.61 | 49.05 | 7.76 | - |
| YUV | 170.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 13 | 0.04 | 0 | 0.93 | 0.24 | 62.65 | 0.87 | 0.41 |
| Hex | BA | C2 | D | 4 | 0 | 5D | 18 | 3F | 57 | 29 |
| Octal | 272 | 302 | 15 | 4 | 0 | 135 | 30 | 77 | 127 | 51 |
| Binary | 10111010 | 11000010 | 1101 | 100 | 0 | 1011101 | 11000 | 111111 | 1010111 | 101001 |
Color Harmonies of #BAC20D
Complementary color
Monochromatic Colors of #BAC20D
Black with #BAC20D
Text Example
Text Example
White with #BAC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC20D; }
p { color: rgb(186,194,13); }
H1.HeaderClassName
{
color: #BAC20D;
}
.AnyTagClassName
{
color: #BAC20D;
}
</style>
background-color css
<style>
a { background-color: #BAC20D; }
a { background-color: rgb(186,194,13); }
div.DivClassName
{
background-color: #BAC20D;
}
.BgClassName
{
background-color: #BAC20D;
}
</style>
border-color css
<style>
span { border-color: #BAC20D; }
span { border-color: rgb(186,194,13); }
td.TdClassName
{
border-color: #BAC20D;
}
.TagClassName
{
border-color: #BAC20D;
}
</style>