Shades of Rio Grande #BAC913
Tints of Rio Grande #BAC913
RGB
CMYK
RGB Variations
Color information
#BAC913 (or 0xBAC913) is known color: Rio Grande. HEX triplet: BA, C9 and 13. RGB value is (186,201,19). Sum of RGB (Red+Green+Blue) = 186+201+19=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC913 is #4536EC. Grayscale: #B0B0B0. Windows color (decimal): -4536045 or 1296826. OLE color: 1296826.
HSL color Cylindrical-coordinate representation of color #BAC913: hue angle of 64.95º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAC913 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 19 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.21 |
| HSL | 64.95º | 0.83% | 0.43% | - |
| HSV(B) | 64.95º | 0.91% | 0.79% | - |
| XYZ | 41.25 | 52.26 | 8.53 | - |
| YUV | 175.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 19 | 0.07 | 0 | 0.91 | 0.21 | 64.95 | 0.83 | 0.43 |
| Hex | BA | C9 | 13 | 7 | 0 | 5B | 15 | 41 | 53 | 2B |
| Octal | 272 | 311 | 23 | 7 | 0 | 133 | 25 | 101 | 123 | 53 |
| Binary | 10111010 | 11001001 | 10011 | 111 | 0 | 1011011 | 10101 | 1000001 | 1010011 | 101011 |
Color Harmonies of #BAC913
Complementary color
Monochromatic Colors of #BAC913
Black with #BAC913
Text Example
Text Example
White with #BAC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC913; }
p { color: rgb(186,201,19); }
H1.HeaderClassName
{
color: #BAC913;
}
.AnyTagClassName
{
color: #BAC913;
}
</style>
background-color css
<style>
a { background-color: #BAC913; }
a { background-color: rgb(186,201,19); }
div.DivClassName
{
background-color: #BAC913;
}
.BgClassName
{
background-color: #BAC913;
}
</style>
border-color css
<style>
span { border-color: #BAC913; }
span { border-color: rgb(186,201,19); }
td.TdClassName
{
border-color: #BAC913;
}
.TagClassName
{
border-color: #BAC913;
}
</style>