Shades of Rio Grande #BACD10
Tints of Rio Grande #BACD10
RGB
CMYK
RGB Variations
Color information
#BACD10 (or 0xBACD10) is known color: Rio Grande. HEX triplet: BA, CD and 10. RGB value is (186,205,16). Sum of RGB (Red+Green+Blue) = 186+205+16=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD10 is #4532EF. Grayscale: #B2B2B2. Windows color (decimal): -4535024 or 1101242. OLE color: 1101242.
HSL color Cylindrical-coordinate representation of color #BACD10: hue angle of 66.03º degrees, saturation: 0.86, 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 #BACD10 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 16 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.20 |
| HSL | 66.03º | 0.86% | 0.43% | - |
| HSV(B) | 66.03º | 0.92% | 0.8% | - |
| XYZ | 42.17 | 54.14 | 8.72 | - |
| YUV | 177.77 | 36.71 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 16 | 0.09 | 0 | 0.92 | 0.20 | 66.03 | 0.86 | 0.43 |
| Hex | BA | CD | 10 | 9 | 0 | 5C | 14 | 42 | 56 | 2B |
| Octal | 272 | 315 | 20 | 11 | 0 | 134 | 24 | 102 | 126 | 53 |
| Binary | 10111010 | 11001101 | 10000 | 1001 | 0 | 1011100 | 10100 | 1000010 | 1010110 | 101011 |
Color Harmonies of #BACD10
Complementary color
Monochromatic Colors of #BACD10
Black with #BACD10
Text Example
Text Example
White with #BACD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD10; }
p { color: rgb(186,205,16); }
H1.HeaderClassName
{
color: #BACD10;
}
.AnyTagClassName
{
color: #BACD10;
}
</style>
background-color css
<style>
a { background-color: #BACD10; }
a { background-color: rgb(186,205,16); }
div.DivClassName
{
background-color: #BACD10;
}
.BgClassName
{
background-color: #BACD10;
}
</style>
border-color css
<style>
span { border-color: #BACD10; }
span { border-color: rgb(186,205,16); }
td.TdClassName
{
border-color: #BACD10;
}
.TagClassName
{
border-color: #BACD10;
}
</style>