Shades of Rio Grande #BACB11
Tints of Rio Grande #BACB11
RGB
CMYK
RGB Variations
Color information
#BACB11 (or 0xBACB11) is known color: Rio Grande. HEX triplet: BA, CB and 11. RGB value is (186,203,17). Sum of RGB (Red+Green+Blue) = 186+203+17=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACB11 is #4534EE. Grayscale: #B1B1B1. Windows color (decimal): -4535535 or 1166266. OLE color: 1166266.
HSL color Cylindrical-coordinate representation of color #BACB11: hue angle of 65.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BACB11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.20 |
| HSL | 65.48º | 0.85% | 0.43% | - |
| HSV(B) | 65.48º | 0.92% | 0.8% | - |
| XYZ | 41.71 | 53.19 | 8.6 | - |
| YUV | 176.71 | 37.87 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 17 | 0.08 | 0 | 0.92 | 0.20 | 65.48 | 0.85 | 0.43 |
| Hex | BA | CB | 11 | 8 | 0 | 5C | 14 | 41 | 55 | 2B |
| Octal | 272 | 313 | 21 | 10 | 0 | 134 | 24 | 101 | 125 | 53 |
| Binary | 10111010 | 11001011 | 10001 | 1000 | 0 | 1011100 | 10100 | 1000001 | 1010101 | 101011 |
Color Harmonies of #BACB11
Complementary color
Monochromatic Colors of #BACB11
Black with #BACB11
Text Example
Text Example
White with #BACB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB11; }
p { color: rgb(186,203,17); }
H1.HeaderClassName
{
color: #BACB11;
}
.AnyTagClassName
{
color: #BACB11;
}
</style>
background-color css
<style>
a { background-color: #BACB11; }
a { background-color: rgb(186,203,17); }
div.DivClassName
{
background-color: #BACB11;
}
.BgClassName
{
background-color: #BACB11;
}
</style>
border-color css
<style>
span { border-color: #BACB11; }
span { border-color: rgb(186,203,17); }
td.TdClassName
{
border-color: #BACB11;
}
.TagClassName
{
border-color: #BACB11;
}
</style>