Shades of Rio Grande #BAC019
Tints of Rio Grande #BAC019
RGB
CMYK
RGB Variations
Color information
#BAC019 (or 0xBAC019) is known color: Rio Grande. HEX triplet: BA, C0 and 19. RGB value is (186,192,25). Sum of RGB (Red+Green+Blue) = 186+192+25=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC019 is #453FE6. Grayscale: #ABABAB. Windows color (decimal): -4538343 or 1687738. OLE color: 1687738.
HSL color Cylindrical-coordinate representation of color #BAC019: hue angle of 62.16º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAC019 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 25 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.25 |
| HSL | 62.16º | 0.77% | 0.43% | - |
| HSV(B) | 62.16º | 0.87% | 0.75% | - |
| XYZ | 39.27 | 48.21 | 8.15 | - |
| YUV | 171.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 25 | 0.03 | 0 | 0.87 | 0.25 | 62.16 | 0.77 | 0.43 |
| Hex | BA | C0 | 19 | 3 | 0 | 57 | 19 | 3E | 4D | 2B |
| Octal | 272 | 300 | 31 | 3 | 0 | 127 | 31 | 76 | 115 | 53 |
| Binary | 10111010 | 11000000 | 11001 | 11 | 0 | 1010111 | 11001 | 111110 | 1001101 | 101011 |
Color Harmonies of #BAC019
Complementary color
Monochromatic Colors of #BAC019
Black with #BAC019
Text Example
Text Example
White with #BAC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC019; }
p { color: rgb(186,192,25); }
H1.HeaderClassName
{
color: #BAC019;
}
.AnyTagClassName
{
color: #BAC019;
}
</style>
background-color css
<style>
a { background-color: #BAC019; }
a { background-color: rgb(186,192,25); }
div.DivClassName
{
background-color: #BAC019;
}
.BgClassName
{
background-color: #BAC019;
}
</style>
border-color css
<style>
span { border-color: #BAC019; }
span { border-color: rgb(186,192,25); }
td.TdClassName
{
border-color: #BAC019;
}
.TagClassName
{
border-color: #BAC019;
}
</style>