Shades of La Rioja #BAC30C
Tints of La Rioja #BAC30C
RGB
CMYK
RGB Variations
Color information
#BAC30C (or 0xBAC30C) is known color: La Rioja. HEX triplet: BA, C3 and 0C. RGB value is (186,195,12). Sum of RGB (Red+Green+Blue) = 186+195+12=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC30C is #453CF3. Grayscale: #ACACAC. Windows color (decimal): -4537588 or 836538. OLE color: 836538.
HSL color Cylindrical-coordinate representation of color #BAC30C: hue angle of 62.95º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC30C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 12 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.24 |
| HSL | 62.95º | 0.88% | 0.41% | - |
| HSV(B) | 62.95º | 0.94% | 0.76% | - |
| XYZ | 39.83 | 49.5 | 7.8 | - |
| YUV | 171.45 | 38.02 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 12 | 0.05 | 0 | 0.94 | 0.24 | 62.95 | 0.88 | 0.41 |
| Hex | BA | C3 | C | 5 | 0 | 5E | 18 | 3F | 58 | 29 |
| Octal | 272 | 303 | 14 | 5 | 0 | 136 | 30 | 77 | 130 | 51 |
| Binary | 10111010 | 11000011 | 1100 | 101 | 0 | 1011110 | 11000 | 111111 | 1011000 | 101001 |
Color Harmonies of #BAC30C
Complementary color
Monochromatic Colors of #BAC30C
Black with #BAC30C
Text Example
Text Example
White with #BAC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC30C; }
p { color: rgb(186,195,12); }
H1.HeaderClassName
{
color: #BAC30C;
}
.AnyTagClassName
{
color: #BAC30C;
}
</style>
background-color css
<style>
a { background-color: #BAC30C; }
a { background-color: rgb(186,195,12); }
div.DivClassName
{
background-color: #BAC30C;
}
.BgClassName
{
background-color: #BAC30C;
}
</style>
border-color css
<style>
span { border-color: #BAC30C; }
span { border-color: rgb(186,195,12); }
td.TdClassName
{
border-color: #BAC30C;
}
.TagClassName
{
border-color: #BAC30C;
}
</style>