Shades of Rio Grande #BAC915
Tints of Rio Grande #BAC915
RGB
CMYK
RGB Variations
Color information
#BAC915 (or 0xBAC915) is known color: Rio Grande. HEX triplet: BA, C9 and 15. RGB value is (186,201,21). Sum of RGB (Red+Green+Blue) = 186+201+21=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC915 is #4536EA. Grayscale: #B0B0B0. Windows color (decimal): -4536043 or 1427898. OLE color: 1427898.
HSL color Cylindrical-coordinate representation of color #BAC915: hue angle of 65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAC915 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 21 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.21 |
| HSL | 65º | 0.81% | 0.44% | - |
| HSV(B) | 65º | 0.9% | 0.79% | - |
| XYZ | 41.27 | 52.27 | 8.62 | - |
| YUV | 176 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 21 | 0.07 | 0 | 0.90 | 0.21 | 65 | 0.81 | 0.44 |
| Hex | BA | C9 | 15 | 7 | 0 | 5A | 15 | 41 | 51 | 2C |
| Octal | 272 | 311 | 25 | 7 | 0 | 132 | 25 | 101 | 121 | 54 |
| Binary | 10111010 | 11001001 | 10101 | 111 | 0 | 1011010 | 10101 | 1000001 | 1010001 | 101100 |
Color Harmonies of #BAC915
Complementary color
Monochromatic Colors of #BAC915
Black with #BAC915
Text Example
Text Example
White with #BAC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC915; }
p { color: rgb(186,201,21); }
H1.HeaderClassName
{
color: #BAC915;
}
.AnyTagClassName
{
color: #BAC915;
}
</style>
background-color css
<style>
a { background-color: #BAC915; }
a { background-color: rgb(186,201,21); }
div.DivClassName
{
background-color: #BAC915;
}
.BgClassName
{
background-color: #BAC915;
}
</style>
border-color css
<style>
span { border-color: #BAC915; }
span { border-color: rgb(186,201,21); }
td.TdClassName
{
border-color: #BAC915;
}
.TagClassName
{
border-color: #BAC915;
}
</style>