Shades of Rio Grande #BACA11
Tints of Rio Grande #BACA11
RGB
CMYK
RGB Variations
Color information
#BACA11 (or 0xBACA11) is known color: Rio Grande. HEX triplet: BA, CA and 11. RGB value is (186,202,17). Sum of RGB (Red+Green+Blue) = 186+202+17=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACA11 is #4535EE. Grayscale: #B0B0B0. Windows color (decimal): -4535791 or 1166010. OLE color: 1166010.
HSL color Cylindrical-coordinate representation of color #BACA11: hue angle of 65.19º 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 #BACA11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.21 |
| HSL | 65.19º | 0.84% | 0.43% | - |
| HSV(B) | 65.19º | 0.92% | 0.79% | - |
| XYZ | 41.47 | 52.72 | 8.52 | - |
| YUV | 176.13 | 38.2 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 17 | 0.08 | 0 | 0.92 | 0.21 | 65.19 | 0.84 | 0.43 |
| Hex | BA | CA | 11 | 8 | 0 | 5C | 15 | 41 | 54 | 2B |
| Octal | 272 | 312 | 21 | 10 | 0 | 134 | 25 | 101 | 124 | 53 |
| Binary | 10111010 | 11001010 | 10001 | 1000 | 0 | 1011100 | 10101 | 1000001 | 1010100 | 101011 |
Color Harmonies of #BACA11
Complementary color
Monochromatic Colors of #BACA11
Black with #BACA11
Text Example
Text Example
White with #BACA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA11; }
p { color: rgb(186,202,17); }
H1.HeaderClassName
{
color: #BACA11;
}
.AnyTagClassName
{
color: #BACA11;
}
</style>
background-color css
<style>
a { background-color: #BACA11; }
a { background-color: rgb(186,202,17); }
div.DivClassName
{
background-color: #BACA11;
}
.BgClassName
{
background-color: #BACA11;
}
</style>
border-color css
<style>
span { border-color: #BACA11; }
span { border-color: rgb(186,202,17); }
td.TdClassName
{
border-color: #BACA11;
}
.TagClassName
{
border-color: #BACA11;
}
</style>