Shades of Rio Grande #BAC911
Tints of Rio Grande #BAC911
RGB
CMYK
RGB Variations
Color information
#BAC911 (or 0xBAC911) is known color: Rio Grande. HEX triplet: BA, C9 and 11. RGB value is (186,201,17). Sum of RGB (Red+Green+Blue) = 186+201+17=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC911 is #4536EE. Grayscale: #B0B0B0. Windows color (decimal): -4536047 or 1165754. OLE color: 1165754.
HSL color Cylindrical-coordinate representation of color #BAC911: hue angle of 64.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAC911 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.21 |
| HSL | 64.89º | 0.84% | 0.43% | - |
| HSV(B) | 64.89º | 0.92% | 0.79% | - |
| XYZ | 41.24 | 52.25 | 8.44 | - |
| YUV | 175.54 | 38.53 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 17 | 0.07 | 0 | 0.92 | 0.21 | 64.89 | 0.84 | 0.43 |
| Hex | BA | C9 | 11 | 7 | 0 | 5C | 15 | 41 | 54 | 2B |
| Octal | 272 | 311 | 21 | 7 | 0 | 134 | 25 | 101 | 124 | 53 |
| Binary | 10111010 | 11001001 | 10001 | 111 | 0 | 1011100 | 10101 | 1000001 | 1010100 | 101011 |
Color Harmonies of #BAC911
Complementary color
Monochromatic Colors of #BAC911
Black with #BAC911
Text Example
Text Example
White with #BAC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC911; }
p { color: rgb(186,201,17); }
H1.HeaderClassName
{
color: #BAC911;
}
.AnyTagClassName
{
color: #BAC911;
}
</style>
background-color css
<style>
a { background-color: #BAC911; }
a { background-color: rgb(186,201,17); }
div.DivClassName
{
background-color: #BAC911;
}
.BgClassName
{
background-color: #BAC911;
}
</style>
border-color css
<style>
span { border-color: #BAC911; }
span { border-color: rgb(186,201,17); }
td.TdClassName
{
border-color: #BAC911;
}
.TagClassName
{
border-color: #BAC911;
}
</style>