Shades of La Rioja #BAD204
Tints of La Rioja #BAD204
RGB
CMYK
RGB Variations
Color information
#BAD204 (or 0xBAD204) is known color: La Rioja. HEX triplet: BA, D2 and 04. RGB value is (186,210,4). Sum of RGB (Red+Green+Blue) = 186+210+4=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD204 is #452DFB. Grayscale: #B4B4B4. Windows color (decimal): -4533756 or 316090. OLE color: 316090.
HSL color Cylindrical-coordinate representation of color #BAD204: hue angle of 66.99º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAD204 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.18 |
| HSL | 66.99º | 0.96% | 0.42% | - |
| HSV(B) | 66.99º | 0.98% | 0.82% | - |
| XYZ | 43.32 | 56.54 | 8.75 | - |
| YUV | 179.34 | 29.05 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 4 | 0.11 | 0 | 0.98 | 0.18 | 66.99 | 0.96 | 0.42 |
| Hex | BA | D2 | 4 | B | 0 | 62 | 12 | 43 | 60 | 2A |
| Octal | 272 | 322 | 4 | 13 | 0 | 142 | 22 | 103 | 140 | 52 |
| Binary | 10111010 | 11010010 | 100 | 1011 | 0 | 1100010 | 10010 | 1000011 | 1100000 | 101010 |
Color Harmonies of #BAD204
Complementary color
Monochromatic Colors of #BAD204
Black with #BAD204
Text Example
Text Example
White with #BAD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD204; }
p { color: rgb(186,210,4); }
H1.HeaderClassName
{
color: #BAD204;
}
.AnyTagClassName
{
color: #BAD204;
}
</style>
background-color css
<style>
a { background-color: #BAD204; }
a { background-color: rgb(186,210,4); }
div.DivClassName
{
background-color: #BAD204;
}
.BgClassName
{
background-color: #BAD204;
}
</style>
border-color css
<style>
span { border-color: #BAD204; }
span { border-color: rgb(186,210,4); }
td.TdClassName
{
border-color: #BAD204;
}
.TagClassName
{
border-color: #BAD204;
}
</style>