Shades of Rio Grande #BAD40D
Tints of Rio Grande #BAD40D
RGB
CMYK
RGB Variations
Color information
#BAD40D (or 0xBAD40D) is known color: Rio Grande. HEX triplet: BA, D4 and 0D. RGB value is (186,212,13). Sum of RGB (Red+Green+Blue) = 186+212+13=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD40D is #452BF2. Grayscale: #B6B6B6. Windows color (decimal): -4533235 or 906426. OLE color: 906426.
HSL color Cylindrical-coordinate representation of color #BAD40D: hue angle of 67.84º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAD40D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.17 |
| HSL | 67.84º | 0.88% | 0.44% | - |
| HSV(B) | 67.84º | 0.94% | 0.83% | - |
| XYZ | 43.87 | 57.56 | 9.18 | - |
| YUV | 181.54 | 32.89 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 13 | 0.12 | 0 | 0.94 | 0.17 | 67.84 | 0.88 | 0.44 |
| Hex | BA | D4 | D | C | 0 | 5E | 11 | 44 | 58 | 2C |
| Octal | 272 | 324 | 15 | 14 | 0 | 136 | 21 | 104 | 130 | 54 |
| Binary | 10111010 | 11010100 | 1101 | 1100 | 0 | 1011110 | 10001 | 1000100 | 1011000 | 101100 |
Color Harmonies of #BAD40D
Complementary color
Monochromatic Colors of #BAD40D
Black with #BAD40D
Text Example
Text Example
White with #BAD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD40D; }
p { color: rgb(186,212,13); }
H1.HeaderClassName
{
color: #BAD40D;
}
.AnyTagClassName
{
color: #BAD40D;
}
</style>
background-color css
<style>
a { background-color: #BAD40D; }
a { background-color: rgb(186,212,13); }
div.DivClassName
{
background-color: #BAD40D;
}
.BgClassName
{
background-color: #BAD40D;
}
</style>
border-color css
<style>
span { border-color: #BAD40D; }
span { border-color: rgb(186,212,13); }
td.TdClassName
{
border-color: #BAD40D;
}
.TagClassName
{
border-color: #BAD40D;
}
</style>