Shades of Rio Grande #BAD310
Tints of Rio Grande #BAD310
RGB
CMYK
RGB Variations
Color information
#BAD310 (or 0xBAD310) is known color: Rio Grande. HEX triplet: BA, D3 and 10. RGB value is (186,211,16). Sum of RGB (Red+Green+Blue) = 186+211+16=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD310 is #452CEF. Grayscale: #B6B6B6. Windows color (decimal): -4533488 or 1102778. OLE color: 1102778.
HSL color Cylindrical-coordinate representation of color #BAD310: hue angle of 67.69º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAD310 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.17 |
| HSL | 67.69º | 0.86% | 0.45% | - |
| HSV(B) | 67.69º | 0.92% | 0.83% | - |
| XYZ | 43.64 | 57.07 | 9.2 | - |
| YUV | 181.3 | 34.72 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 16 | 0.12 | 0 | 0.92 | 0.17 | 67.69 | 0.86 | 0.45 |
| Hex | BA | D3 | 10 | C | 0 | 5C | 11 | 44 | 56 | 2D |
| Octal | 272 | 323 | 20 | 14 | 0 | 134 | 21 | 104 | 126 | 55 |
| Binary | 10111010 | 11010011 | 10000 | 1100 | 0 | 1011100 | 10001 | 1000100 | 1010110 | 101101 |
Color Harmonies of #BAD310
Complementary color
Monochromatic Colors of #BAD310
Black with #BAD310
Text Example
Text Example
White with #BAD310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD310; }
p { color: rgb(186,211,16); }
H1.HeaderClassName
{
color: #BAD310;
}
.AnyTagClassName
{
color: #BAD310;
}
</style>
background-color css
<style>
a { background-color: #BAD310; }
a { background-color: rgb(186,211,16); }
div.DivClassName
{
background-color: #BAD310;
}
.BgClassName
{
background-color: #BAD310;
}
</style>
border-color css
<style>
span { border-color: #BAD310; }
span { border-color: rgb(186,211,16); }
td.TdClassName
{
border-color: #BAD310;
}
.TagClassName
{
border-color: #BAD310;
}
</style>