Shades of Rio Grande #BAD215
Tints of Rio Grande #BAD215
RGB
CMYK
RGB Variations
Color information
#BAD215 (or 0xBAD215) is known color: Rio Grande. HEX triplet: BA, D2 and 15. RGB value is (186,210,21). Sum of RGB (Red+Green+Blue) = 186+210+21=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD215 is #452DEA. Grayscale: #B6B6B6. Windows color (decimal): -4533739 or 1430202. OLE color: 1430202.
HSL color Cylindrical-coordinate representation of color #BAD215: hue angle of 67.62º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAD215 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 21 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.18 |
| HSL | 67.62º | 0.82% | 0.45% | - |
| HSV(B) | 67.62º | 0.9% | 0.82% | - |
| XYZ | 43.43 | 56.59 | 9.34 | - |
| YUV | 181.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 21 | 0.11 | 0 | 0.90 | 0.18 | 67.62 | 0.82 | 0.45 |
| Hex | BA | D2 | 15 | B | 0 | 5A | 12 | 44 | 52 | 2D |
| Octal | 272 | 322 | 25 | 13 | 0 | 132 | 22 | 104 | 122 | 55 |
| Binary | 10111010 | 11010010 | 10101 | 1011 | 0 | 1011010 | 10010 | 1000100 | 1010010 | 101101 |
Color Harmonies of #BAD215
Complementary color
Monochromatic Colors of #BAD215
Black with #BAD215
Text Example
Text Example
White with #BAD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD215; }
p { color: rgb(186,210,21); }
H1.HeaderClassName
{
color: #BAD215;
}
.AnyTagClassName
{
color: #BAD215;
}
</style>
background-color css
<style>
a { background-color: #BAD215; }
a { background-color: rgb(186,210,21); }
div.DivClassName
{
background-color: #BAD215;
}
.BgClassName
{
background-color: #BAD215;
}
</style>
border-color css
<style>
span { border-color: #BAD215; }
span { border-color: rgb(186,210,21); }
td.TdClassName
{
border-color: #BAD215;
}
.TagClassName
{
border-color: #BAD215;
}
</style>