Shades of Rio Grande #BAC519
Tints of Rio Grande #BAC519
RGB
CMYK
RGB Variations
Color information
#BAC519 (or 0xBAC519) is known color: Rio Grande. HEX triplet: BA, C5 and 19. RGB value is (186,197,25). Sum of RGB (Red+Green+Blue) = 186+197+25=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC519 is #453AE6. Grayscale: #AEAEAE. Windows color (decimal): -4537063 or 1689018. OLE color: 1689018.
HSL color Cylindrical-coordinate representation of color #BAC519: hue angle of 63.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAC519 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 25 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.23 |
| HSL | 63.84º | 0.77% | 0.44% | - |
| HSV(B) | 63.84º | 0.87% | 0.77% | - |
| XYZ | 40.39 | 50.44 | 8.53 | - |
| YUV | 174.1 | 43.86 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 25 | 0.06 | 0 | 0.87 | 0.23 | 63.84 | 0.77 | 0.44 |
| Hex | BA | C5 | 19 | 6 | 0 | 57 | 17 | 40 | 4D | 2C |
| Octal | 272 | 305 | 31 | 6 | 0 | 127 | 27 | 100 | 115 | 54 |
| Binary | 10111010 | 11000101 | 11001 | 110 | 0 | 1010111 | 10111 | 1000000 | 1001101 | 101100 |
Color Harmonies of #BAC519
Complementary color
Monochromatic Colors of #BAC519
Black with #BAC519
Text Example
Text Example
White with #BAC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC519; }
p { color: rgb(186,197,25); }
H1.HeaderClassName
{
color: #BAC519;
}
.AnyTagClassName
{
color: #BAC519;
}
</style>
background-color css
<style>
a { background-color: #BAC519; }
a { background-color: rgb(186,197,25); }
div.DivClassName
{
background-color: #BAC519;
}
.BgClassName
{
background-color: #BAC519;
}
</style>
border-color css
<style>
span { border-color: #BAC519; }
span { border-color: rgb(186,197,25); }
td.TdClassName
{
border-color: #BAC519;
}
.TagClassName
{
border-color: #BAC519;
}
</style>