Shades of La Rioja #BAD30A
Tints of La Rioja #BAD30A
RGB
CMYK
RGB Variations
Color information
#BAD30A (or 0xBAD30A) is known color: La Rioja. HEX triplet: BA, D3 and 0A. RGB value is (186,211,10). Sum of RGB (Red+Green+Blue) = 186+211+10=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD30A is #452CF5. Grayscale: #B5B5B5. Windows color (decimal): -4533494 or 709562. OLE color: 709562.
HSL color Cylindrical-coordinate representation of color #BAD30A: hue angle of 67.46º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAD30A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.17 |
| HSL | 67.46º | 0.91% | 0.43% | - |
| HSV(B) | 67.46º | 0.95% | 0.83% | - |
| XYZ | 43.6 | 57.05 | 9 | - |
| YUV | 180.61 | 31.72 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 10 | 0.12 | 0 | 0.95 | 0.17 | 67.46 | 0.91 | 0.43 |
| Hex | BA | D3 | A | C | 0 | 5F | 11 | 43 | 5B | 2B |
| Octal | 272 | 323 | 12 | 14 | 0 | 137 | 21 | 103 | 133 | 53 |
| Binary | 10111010 | 11010011 | 1010 | 1100 | 0 | 1011111 | 10001 | 1000011 | 1011011 | 101011 |
Color Harmonies of #BAD30A
Complementary color
Monochromatic Colors of #BAD30A
Black with #BAD30A
Text Example
Text Example
White with #BAD30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD30A; }
p { color: rgb(186,211,10); }
H1.HeaderClassName
{
color: #BAD30A;
}
.AnyTagClassName
{
color: #BAD30A;
}
</style>
background-color css
<style>
a { background-color: #BAD30A; }
a { background-color: rgb(186,211,10); }
div.DivClassName
{
background-color: #BAD30A;
}
.BgClassName
{
background-color: #BAD30A;
}
</style>
border-color css
<style>
span { border-color: #BAD30A; }
span { border-color: rgb(186,211,10); }
td.TdClassName
{
border-color: #BAD30A;
}
.TagClassName
{
border-color: #BAD30A;
}
</style>