Shades of La Rioja #BAC30D
Tints of La Rioja #BAC30D
RGB
CMYK
RGB Variations
Color information
#BAC30D (or 0xBAC30D) is known color: La Rioja. HEX triplet: BA, C3 and 0D. RGB value is (186,195,13). Sum of RGB (Red+Green+Blue) = 186+195+13=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC30D is #453CF2. Grayscale: #ACACAC. Windows color (decimal): -4537587 or 902074. OLE color: 902074.
HSL color Cylindrical-coordinate representation of color #BAC30D: hue angle of 62.97º degrees, saturation: 0.88, 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 #BAC30D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 13 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.24 |
| HSL | 62.97º | 0.88% | 0.41% | - |
| HSV(B) | 62.97º | 0.93% | 0.76% | - |
| XYZ | 39.84 | 49.5 | 7.84 | - |
| YUV | 171.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 13 | 0.05 | 0 | 0.93 | 0.24 | 62.97 | 0.88 | 0.41 |
| Hex | BA | C3 | D | 5 | 0 | 5D | 18 | 3F | 58 | 29 |
| Octal | 272 | 303 | 15 | 5 | 0 | 135 | 30 | 77 | 130 | 51 |
| Binary | 10111010 | 11000011 | 1101 | 101 | 0 | 1011101 | 11000 | 111111 | 1011000 | 101001 |
Color Harmonies of #BAC30D
Complementary color
Monochromatic Colors of #BAC30D
Black with #BAC30D
Text Example
Text Example
White with #BAC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC30D; }
p { color: rgb(186,195,13); }
H1.HeaderClassName
{
color: #BAC30D;
}
.AnyTagClassName
{
color: #BAC30D;
}
</style>
background-color css
<style>
a { background-color: #BAC30D; }
a { background-color: rgb(186,195,13); }
div.DivClassName
{
background-color: #BAC30D;
}
.BgClassName
{
background-color: #BAC30D;
}
</style>
border-color css
<style>
span { border-color: #BAC30D; }
span { border-color: rgb(186,195,13); }
td.TdClassName
{
border-color: #BAC30D;
}
.TagClassName
{
border-color: #BAC30D;
}
</style>