Shades of La Rioja #BAD200
Tints of La Rioja #BAD200
RGB
CMYK
RGB Variations
Color information
#BAD200 (or 0xBAD200) is known color: La Rioja. HEX triplet: BA, D2 and 00. RGB value is (186,210,0). Sum of RGB (Red+Green+Blue) = 186+210+0=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD200 is #452DFF. Grayscale: #B3B3B3. Windows color (decimal): -4533760 or 53946. OLE color: 53946.
HSL color Cylindrical-coordinate representation of color #BAD200: hue angle of 66.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAD200 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.18 |
| HSL | 66.86º | 1% | 0.41% | - |
| HSV(B) | 66.86º | 1% | 0.82% | - |
| XYZ | 43.3 | 56.53 | 8.63 | - |
| YUV | 178.88 | 27.05 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 0 | 0.11 | 0 | 1 | 0.18 | 66.86 | 1 | 0.41 |
| Hex | BA | D2 | 0 | B | 0 | 64 | 12 | 43 | 64 | 29 |
| Octal | 272 | 322 | 0 | 13 | 0 | 144 | 22 | 103 | 144 | 51 |
| Binary | 10111010 | 11010010 | 0 | 1011 | 0 | 1100100 | 10010 | 1000011 | 1100100 | 101001 |
Color Harmonies of #BAD200
Complementary color
Monochromatic Colors of #BAD200
Black with #BAD200
Text Example
Text Example
White with #BAD200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD200; }
p { color: rgb(186,210,0); }
H1.HeaderClassName
{
color: #BAD200;
}
.AnyTagClassName
{
color: #BAD200;
}
</style>
background-color css
<style>
a { background-color: #BAD200; }
a { background-color: rgb(186,210,0); }
div.DivClassName
{
background-color: #BAD200;
}
.BgClassName
{
background-color: #BAD200;
}
</style>
border-color css
<style>
span { border-color: #BAD200; }
span { border-color: rgb(186,210,0); }
td.TdClassName
{
border-color: #BAD200;
}
.TagClassName
{
border-color: #BAD200;
}
</style>