Shades of Rio Grande #BAD516
Tints of Rio Grande #BAD516
RGB
CMYK
RGB Variations
Color information
#BAD516 (or 0xBAD516) is known color: Rio Grande. HEX triplet: BA, D5 and 16. RGB value is (186,213,22). Sum of RGB (Red+Green+Blue) = 186+213+22=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD516 is #452AE9. Grayscale: #B7B7B7. Windows color (decimal): -4532970 or 1496506. OLE color: 1496506.
HSL color Cylindrical-coordinate representation of color #BAD516: hue angle of 68.48º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAD516 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 22 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.16 |
| HSL | 68.48º | 0.81% | 0.46% | - |
| HSV(B) | 68.48º | 0.9% | 0.84% | - |
| XYZ | 44.19 | 58.09 | 9.64 | - |
| YUV | 183.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 22 | 0.13 | 0 | 0.90 | 0.16 | 68.48 | 0.81 | 0.46 |
| Hex | BA | D5 | 16 | D | 0 | 5A | 10 | 44 | 51 | 2E |
| Octal | 272 | 325 | 26 | 15 | 0 | 132 | 20 | 104 | 121 | 56 |
| Binary | 10111010 | 11010101 | 10110 | 1101 | 0 | 1011010 | 10000 | 1000100 | 1010001 | 101110 |
Color Harmonies of #BAD516
Complementary color
Monochromatic Colors of #BAD516
Black with #BAD516
Text Example
Text Example
White with #BAD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD516; }
p { color: rgb(186,213,22); }
H1.HeaderClassName
{
color: #BAD516;
}
.AnyTagClassName
{
color: #BAD516;
}
</style>
background-color css
<style>
a { background-color: #BAD516; }
a { background-color: rgb(186,213,22); }
div.DivClassName
{
background-color: #BAD516;
}
.BgClassName
{
background-color: #BAD516;
}
</style>
border-color css
<style>
span { border-color: #BAD516; }
span { border-color: rgb(186,213,22); }
td.TdClassName
{
border-color: #BAD516;
}
.TagClassName
{
border-color: #BAD516;
}
</style>