Shades of Rio Grande #BACD11
Tints of Rio Grande #BACD11
RGB
CMYK
RGB Variations
Color information
#BACD11 (or 0xBACD11) is known color: Rio Grande. HEX triplet: BA, CD and 11. RGB value is (186,205,17). Sum of RGB (Red+Green+Blue) = 186+205+17=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD11 is #4532EE. Grayscale: #B2B2B2. Windows color (decimal): -4535023 or 1166778. OLE color: 1166778.
HSL color Cylindrical-coordinate representation of color #BACD11: hue angle of 66.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BACD11 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 17 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.20 |
| HSL | 66.06º | 0.85% | 0.44% | - |
| HSV(B) | 66.06º | 0.92% | 0.8% | - |
| XYZ | 42.18 | 54.14 | 8.76 | - |
| YUV | 177.89 | 37.21 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 17 | 0.09 | 0 | 0.92 | 0.20 | 66.06 | 0.85 | 0.44 |
| Hex | BA | CD | 11 | 9 | 0 | 5C | 14 | 42 | 55 | 2C |
| Octal | 272 | 315 | 21 | 11 | 0 | 134 | 24 | 102 | 125 | 54 |
| Binary | 10111010 | 11001101 | 10001 | 1001 | 0 | 1011100 | 10100 | 1000010 | 1010101 | 101100 |
Color Harmonies of #BACD11
Complementary color
Monochromatic Colors of #BACD11
Black with #BACD11
Text Example
Text Example
White with #BACD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD11; }
p { color: rgb(186,205,17); }
H1.HeaderClassName
{
color: #BACD11;
}
.AnyTagClassName
{
color: #BACD11;
}
</style>
background-color css
<style>
a { background-color: #BACD11; }
a { background-color: rgb(186,205,17); }
div.DivClassName
{
background-color: #BACD11;
}
.BgClassName
{
background-color: #BACD11;
}
</style>
border-color css
<style>
span { border-color: #BACD11; }
span { border-color: rgb(186,205,17); }
td.TdClassName
{
border-color: #BACD11;
}
.TagClassName
{
border-color: #BACD11;
}
</style>