Shades of La Rioja #BAC90E
Tints of La Rioja #BAC90E
RGB
CMYK
RGB Variations
Color information
#BAC90E (or 0xBAC90E) is known color: La Rioja. HEX triplet: BA, C9 and 0E. RGB value is (186,201,14). Sum of RGB (Red+Green+Blue) = 186+201+14=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC90E is #4536F1. Grayscale: #AFAFAF. Windows color (decimal): -4536050 or 969146. OLE color: 969146.
HSL color Cylindrical-coordinate representation of color #BAC90E: hue angle of 64.81º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC90E is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 14 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.21 |
| HSL | 64.81º | 0.87% | 0.42% | - |
| HSV(B) | 64.81º | 0.93% | 0.79% | - |
| XYZ | 41.22 | 52.24 | 8.33 | - |
| YUV | 175.2 | 37.03 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 14 | 0.07 | 0 | 0.93 | 0.21 | 64.81 | 0.87 | 0.42 |
| Hex | BA | C9 | E | 7 | 0 | 5D | 15 | 41 | 57 | 2A |
| Octal | 272 | 311 | 16 | 7 | 0 | 135 | 25 | 101 | 127 | 52 |
| Binary | 10111010 | 11001001 | 1110 | 111 | 0 | 1011101 | 10101 | 1000001 | 1010111 | 101010 |
Color Harmonies of #BAC90E
Complementary color
Monochromatic Colors of #BAC90E
Black with #BAC90E
Text Example
Text Example
White with #BAC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC90E; }
p { color: rgb(186,201,14); }
H1.HeaderClassName
{
color: #BAC90E;
}
.AnyTagClassName
{
color: #BAC90E;
}
</style>
background-color css
<style>
a { background-color: #BAC90E; }
a { background-color: rgb(186,201,14); }
div.DivClassName
{
background-color: #BAC90E;
}
.BgClassName
{
background-color: #BAC90E;
}
</style>
border-color css
<style>
span { border-color: #BAC90E; }
span { border-color: rgb(186,201,14); }
td.TdClassName
{
border-color: #BAC90E;
}
.TagClassName
{
border-color: #BAC90E;
}
</style>