Shades of Rio Grande #BACF11
Tints of Rio Grande #BACF11
RGB
CMYK
RGB Variations
Color information
#BACF11 (or 0xBACF11) is known color: Rio Grande. HEX triplet: BA, CF and 11. RGB value is (186,207,17). Sum of RGB (Red+Green+Blue) = 186+207+17=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACF11 is #4530EE. Grayscale: #B3B3B3. Windows color (decimal): -4534511 or 1167290. OLE color: 1167290.
HSL color Cylindrical-coordinate representation of color #BACF11: hue angle of 66.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BACF11 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 17 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.19 |
| HSL | 66.63º | 0.85% | 0.44% | - |
| HSV(B) | 66.63º | 0.92% | 0.81% | - |
| XYZ | 42.66 | 55.11 | 8.92 | - |
| YUV | 179.06 | 36.54 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 17 | 0.10 | 0 | 0.92 | 0.19 | 66.63 | 0.85 | 0.44 |
| Hex | BA | CF | 11 | A | 0 | 5C | 13 | 43 | 55 | 2C |
| Octal | 272 | 317 | 21 | 12 | 0 | 134 | 23 | 103 | 125 | 54 |
| Binary | 10111010 | 11001111 | 10001 | 1010 | 0 | 1011100 | 10011 | 1000011 | 1010101 | 101100 |
Color Harmonies of #BACF11
Complementary color
Monochromatic Colors of #BACF11
Black with #BACF11
Text Example
Text Example
White with #BACF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF11; }
p { color: rgb(186,207,17); }
H1.HeaderClassName
{
color: #BACF11;
}
.AnyTagClassName
{
color: #BACF11;
}
</style>
background-color css
<style>
a { background-color: #BACF11; }
a { background-color: rgb(186,207,17); }
div.DivClassName
{
background-color: #BACF11;
}
.BgClassName
{
background-color: #BACF11;
}
</style>
border-color css
<style>
span { border-color: #BACF11; }
span { border-color: rgb(186,207,17); }
td.TdClassName
{
border-color: #BACF11;
}
.TagClassName
{
border-color: #BACF11;
}
</style>