Shades of Rio Grande #BACC10
Tints of Rio Grande #BACC10
RGB
CMYK
RGB Variations
Color information
#BACC10 (or 0xBACC10) is known color: Rio Grande. HEX triplet: BA, CC and 10. RGB value is (186,204,16). Sum of RGB (Red+Green+Blue) = 186+204+16=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACC10 is #4533EF. Grayscale: #B1B1B1. Windows color (decimal): -4535280 or 1100986. OLE color: 1100986.
HSL color Cylindrical-coordinate representation of color #BACC10: hue angle of 65.74º 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 #BACC10 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 16 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.2 |
| HSL | 65.74º | 0.85% | 0.43% | - |
| HSV(B) | 65.74º | 0.92% | 0.8% | - |
| XYZ | 41.94 | 53.66 | 8.64 | - |
| YUV | 177.19 | 37.04 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 16 | 0.09 | 0 | 0.92 | 0.2 | 65.74 | 0.85 | 0.43 |
| Hex | BA | CC | 10 | 9 | 0 | 5C | 14 | 42 | 55 | 2B |
| Octal | 272 | 314 | 20 | 11 | 0 | 134 | 24 | 102 | 125 | 53 |
| Binary | 10111010 | 11001100 | 10000 | 1001 | 0 | 1011100 | 10100 | 1000010 | 1010101 | 101011 |
Color Harmonies of #BACC10
Complementary color
Monochromatic Colors of #BACC10
Black with #BACC10
Text Example
Text Example
White with #BACC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC10; }
p { color: rgb(186,204,16); }
H1.HeaderClassName
{
color: #BACC10;
}
.AnyTagClassName
{
color: #BACC10;
}
</style>
background-color css
<style>
a { background-color: #BACC10; }
a { background-color: rgb(186,204,16); }
div.DivClassName
{
background-color: #BACC10;
}
.BgClassName
{
background-color: #BACC10;
}
</style>
border-color css
<style>
span { border-color: #BACC10; }
span { border-color: rgb(186,204,16); }
td.TdClassName
{
border-color: #BACC10;
}
.TagClassName
{
border-color: #BACC10;
}
</style>