Shades of La Rioja #BAC30E
Tints of La Rioja #BAC30E
RGB
CMYK
RGB Variations
Color information
#BAC30E (or 0xBAC30E) is known color: La Rioja. HEX triplet: BA, C3 and 0E. RGB value is (186,195,14). Sum of RGB (Red+Green+Blue) = 186+195+14=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC30E is #453CF1. Grayscale: #ACACAC. Windows color (decimal): -4537586 or 967610. OLE color: 967610.
HSL color Cylindrical-coordinate representation of color #BAC30E: hue angle of 62.98º 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 #BAC30E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.24 |
| HSL | 62.98º | 0.87% | 0.41% | - |
| HSV(B) | 62.98º | 0.93% | 0.76% | - |
| XYZ | 39.84 | 49.5 | 7.87 | - |
| YUV | 171.68 | 39.02 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 14 | 0.05 | 0 | 0.93 | 0.24 | 62.98 | 0.87 | 0.41 |
| Hex | BA | C3 | E | 5 | 0 | 5D | 18 | 3F | 57 | 29 |
| Octal | 272 | 303 | 16 | 5 | 0 | 135 | 30 | 77 | 127 | 51 |
| Binary | 10111010 | 11000011 | 1110 | 101 | 0 | 1011101 | 11000 | 111111 | 1010111 | 101001 |
Color Harmonies of #BAC30E
Complementary color
Monochromatic Colors of #BAC30E
Black with #BAC30E
Text Example
Text Example
White with #BAC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC30E; }
p { color: rgb(186,195,14); }
H1.HeaderClassName
{
color: #BAC30E;
}
.AnyTagClassName
{
color: #BAC30E;
}
</style>
background-color css
<style>
a { background-color: #BAC30E; }
a { background-color: rgb(186,195,14); }
div.DivClassName
{
background-color: #BAC30E;
}
.BgClassName
{
background-color: #BAC30E;
}
</style>
border-color css
<style>
span { border-color: #BAC30E; }
span { border-color: rgb(186,195,14); }
td.TdClassName
{
border-color: #BAC30E;
}
.TagClassName
{
border-color: #BAC30E;
}
</style>