Shades of Rio Grande #BAD213
Tints of Rio Grande #BAD213
RGB
CMYK
RGB Variations
Color information
#BAD213 (or 0xBAD213) is known color: Rio Grande. HEX triplet: BA, D2 and 13. RGB value is (186,210,19). Sum of RGB (Red+Green+Blue) = 186+210+19=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD213 is #452DEC. Grayscale: #B5B5B5. Windows color (decimal): -4533741 or 1299130. OLE color: 1299130.
HSL color Cylindrical-coordinate representation of color #BAD213: hue angle of 67.54º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAD213 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 19 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.18 |
| HSL | 67.54º | 0.83% | 0.45% | - |
| HSV(B) | 67.54º | 0.91% | 0.82% | - |
| XYZ | 43.41 | 56.58 | 9.25 | - |
| YUV | 181.05 | 36.55 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 19 | 0.11 | 0 | 0.91 | 0.18 | 67.54 | 0.83 | 0.45 |
| Hex | BA | D2 | 13 | B | 0 | 5B | 12 | 44 | 53 | 2D |
| Octal | 272 | 322 | 23 | 13 | 0 | 133 | 22 | 104 | 123 | 55 |
| Binary | 10111010 | 11010010 | 10011 | 1011 | 0 | 1011011 | 10010 | 1000100 | 1010011 | 101101 |
Color Harmonies of #BAD213
Complementary color
Monochromatic Colors of #BAD213
Black with #BAD213
Text Example
Text Example
White with #BAD213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD213; }
p { color: rgb(186,210,19); }
H1.HeaderClassName
{
color: #BAD213;
}
.AnyTagClassName
{
color: #BAD213;
}
</style>
background-color css
<style>
a { background-color: #BAD213; }
a { background-color: rgb(186,210,19); }
div.DivClassName
{
background-color: #BAD213;
}
.BgClassName
{
background-color: #BAD213;
}
</style>
border-color css
<style>
span { border-color: #BAD213; }
span { border-color: rgb(186,210,19); }
td.TdClassName
{
border-color: #BAD213;
}
.TagClassName
{
border-color: #BAD213;
}
</style>