Shades of La Rioja #BACD02
Tints of La Rioja #BACD02
RGB
CMYK
RGB Variations
Color information
#BACD02 (or 0xBACD02) is known color: La Rioja. HEX triplet: BA, CD and 02. RGB value is (186,205,2). Sum of RGB (Red+Green+Blue) = 186+205+2=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD02 is #4532FD. Grayscale: #B0B0B0. Windows color (decimal): -4535038 or 183738. OLE color: 183738.
HSL color Cylindrical-coordinate representation of color #BACD02: hue angle of 65.62º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BACD02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.20 |
| HSL | 65.62º | 0.98% | 0.41% | - |
| HSV(B) | 65.62º | 0.99% | 0.8% | - |
| XYZ | 42.09 | 54.11 | 8.28 | - |
| YUV | 176.18 | 29.71 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 2 | 0.09 | 0 | 0.99 | 0.20 | 65.62 | 0.98 | 0.41 |
| Hex | BA | CD | 2 | 9 | 0 | 63 | 14 | 42 | 62 | 29 |
| Octal | 272 | 315 | 2 | 11 | 0 | 143 | 24 | 102 | 142 | 51 |
| Binary | 10111010 | 11001101 | 10 | 1001 | 0 | 1100011 | 10100 | 1000010 | 1100010 | 101001 |
Color Harmonies of #BACD02
Complementary color
Monochromatic Colors of #BACD02
Black with #BACD02
Text Example
Text Example
White with #BACD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD02; }
p { color: rgb(186,205,2); }
H1.HeaderClassName
{
color: #BACD02;
}
.AnyTagClassName
{
color: #BACD02;
}
</style>
background-color css
<style>
a { background-color: #BACD02; }
a { background-color: rgb(186,205,2); }
div.DivClassName
{
background-color: #BACD02;
}
.BgClassName
{
background-color: #BACD02;
}
</style>
border-color css
<style>
span { border-color: #BACD02; }
span { border-color: rgb(186,205,2); }
td.TdClassName
{
border-color: #BACD02;
}
.TagClassName
{
border-color: #BACD02;
}
</style>