Shades of Rio Grande #BAC819
Tints of Rio Grande #BAC819
RGB
CMYK
RGB Variations
Color information
#BAC819 (or 0xBAC819) is known color: Rio Grande. HEX triplet: BA, C8 and 19. RGB value is (186,200,25). Sum of RGB (Red+Green+Blue) = 186+200+25=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC819 is #4537E6. Grayscale: #B0B0B0. Windows color (decimal): -4536295 or 1689786. OLE color: 1689786.
HSL color Cylindrical-coordinate representation of color #BAC819: hue angle of 64.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAC819 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 25 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.22 |
| HSL | 64.8º | 0.78% | 0.44% | - |
| HSV(B) | 64.8º | 0.88% | 0.78% | - |
| XYZ | 41.08 | 51.82 | 8.76 | - |
| YUV | 175.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 25 | 0.07 | 0 | 0.88 | 0.22 | 64.8 | 0.78 | 0.44 |
| Hex | BA | C8 | 19 | 7 | 0 | 58 | 16 | 41 | 4E | 2C |
| Octal | 272 | 310 | 31 | 7 | 0 | 130 | 26 | 101 | 116 | 54 |
| Binary | 10111010 | 11001000 | 11001 | 111 | 0 | 1011000 | 10110 | 1000001 | 1001110 | 101100 |
Color Harmonies of #BAC819
Complementary color
Monochromatic Colors of #BAC819
Black with #BAC819
Text Example
Text Example
White with #BAC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC819; }
p { color: rgb(186,200,25); }
H1.HeaderClassName
{
color: #BAC819;
}
.AnyTagClassName
{
color: #BAC819;
}
</style>
background-color css
<style>
a { background-color: #BAC819; }
a { background-color: rgb(186,200,25); }
div.DivClassName
{
background-color: #BAC819;
}
.BgClassName
{
background-color: #BAC819;
}
</style>
border-color css
<style>
span { border-color: #BAC819; }
span { border-color: rgb(186,200,25); }
td.TdClassName
{
border-color: #BAC819;
}
.TagClassName
{
border-color: #BAC819;
}
</style>