Shades of Rio Grande #BAC914
Tints of Rio Grande #BAC914
RGB
CMYK
RGB Variations
Color information
#BAC914 (or 0xBAC914) is known color: Rio Grande. HEX triplet: BA, C9 and 14. RGB value is (186,201,20). Sum of RGB (Red+Green+Blue) = 186+201+20=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC914 is #4536EB. Grayscale: #B0B0B0. Windows color (decimal): -4536044 or 1362362. OLE color: 1362362.
HSL color Cylindrical-coordinate representation of color #BAC914: hue angle of 64.97º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAC914 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 20 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.21 |
| HSL | 64.97º | 0.82% | 0.43% | - |
| HSV(B) | 64.97º | 0.9% | 0.79% | - |
| XYZ | 41.26 | 52.26 | 8.57 | - |
| YUV | 175.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 20 | 0.07 | 0 | 0.90 | 0.21 | 64.97 | 0.82 | 0.43 |
| Hex | BA | C9 | 14 | 7 | 0 | 5A | 15 | 41 | 52 | 2B |
| Octal | 272 | 311 | 24 | 7 | 0 | 132 | 25 | 101 | 122 | 53 |
| Binary | 10111010 | 11001001 | 10100 | 111 | 0 | 1011010 | 10101 | 1000001 | 1010010 | 101011 |
Color Harmonies of #BAC914
Complementary color
Monochromatic Colors of #BAC914
Black with #BAC914
Text Example
Text Example
White with #BAC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC914; }
p { color: rgb(186,201,20); }
H1.HeaderClassName
{
color: #BAC914;
}
.AnyTagClassName
{
color: #BAC914;
}
</style>
background-color css
<style>
a { background-color: #BAC914; }
a { background-color: rgb(186,201,20); }
div.DivClassName
{
background-color: #BAC914;
}
.BgClassName
{
background-color: #BAC914;
}
</style>
border-color css
<style>
span { border-color: #BAC914; }
span { border-color: rgb(186,201,20); }
td.TdClassName
{
border-color: #BAC914;
}
.TagClassName
{
border-color: #BAC914;
}
</style>