Shades of Rio Grande #BAC516
Tints of Rio Grande #BAC516
RGB
CMYK
RGB Variations
Color information
#BAC516 (or 0xBAC516) is known color: Rio Grande. HEX triplet: BA, C5 and 16. RGB value is (186,197,22). Sum of RGB (Red+Green+Blue) = 186+197+22=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC516 is #453AE9. Grayscale: #AEAEAE. Windows color (decimal): -4537066 or 1492410. OLE color: 1492410.
HSL color Cylindrical-coordinate representation of color #BAC516: hue angle of 63.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAC516 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 22 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.23 |
| HSL | 63.77º | 0.8% | 0.43% | - |
| HSV(B) | 63.77º | 0.89% | 0.77% | - |
| XYZ | 40.36 | 50.43 | 8.37 | - |
| YUV | 173.76 | 42.36 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 22 | 0.06 | 0 | 0.89 | 0.23 | 63.77 | 0.8 | 0.43 |
| Hex | BA | C5 | 16 | 6 | 0 | 59 | 17 | 40 | 50 | 2B |
| Octal | 272 | 305 | 26 | 6 | 0 | 131 | 27 | 100 | 120 | 53 |
| Binary | 10111010 | 11000101 | 10110 | 110 | 0 | 1011001 | 10111 | 1000000 | 1010000 | 101011 |
Color Harmonies of #BAC516
Complementary color
Monochromatic Colors of #BAC516
Black with #BAC516
Text Example
Text Example
White with #BAC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC516; }
p { color: rgb(186,197,22); }
H1.HeaderClassName
{
color: #BAC516;
}
.AnyTagClassName
{
color: #BAC516;
}
</style>
background-color css
<style>
a { background-color: #BAC516; }
a { background-color: rgb(186,197,22); }
div.DivClassName
{
background-color: #BAC516;
}
.BgClassName
{
background-color: #BAC516;
}
</style>
border-color css
<style>
span { border-color: #BAC516; }
span { border-color: rgb(186,197,22); }
td.TdClassName
{
border-color: #BAC516;
}
.TagClassName
{
border-color: #BAC516;
}
</style>