Shades of Rio Grande #BAC319
Tints of Rio Grande #BAC319
RGB
CMYK
RGB Variations
Color information
#BAC319 (or 0xBAC319) is known color: Rio Grande. HEX triplet: BA, C3 and 19. RGB value is (186,195,25). Sum of RGB (Red+Green+Blue) = 186+195+25=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC319 is #453CE6. Grayscale: #ADADAD. Windows color (decimal): -4537575 or 1688506. OLE color: 1688506.
HSL color Cylindrical-coordinate representation of color #BAC319: hue angle of 63.18º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAC319 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 25 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.24 |
| HSL | 63.18º | 0.77% | 0.43% | - |
| HSV(B) | 63.18º | 0.87% | 0.76% | - |
| XYZ | 39.94 | 49.54 | 8.38 | - |
| YUV | 172.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 25 | 0.05 | 0 | 0.87 | 0.24 | 63.18 | 0.77 | 0.43 |
| Hex | BA | C3 | 19 | 5 | 0 | 57 | 18 | 3F | 4D | 2B |
| Octal | 272 | 303 | 31 | 5 | 0 | 127 | 30 | 77 | 115 | 53 |
| Binary | 10111010 | 11000011 | 11001 | 101 | 0 | 1010111 | 11000 | 111111 | 1001101 | 101011 |
Color Harmonies of #BAC319
Complementary color
Monochromatic Colors of #BAC319
Black with #BAC319
Text Example
Text Example
White with #BAC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC319; }
p { color: rgb(186,195,25); }
H1.HeaderClassName
{
color: #BAC319;
}
.AnyTagClassName
{
color: #BAC319;
}
</style>
background-color css
<style>
a { background-color: #BAC319; }
a { background-color: rgb(186,195,25); }
div.DivClassName
{
background-color: #BAC319;
}
.BgClassName
{
background-color: #BAC319;
}
</style>
border-color css
<style>
span { border-color: #BAC319; }
span { border-color: rgb(186,195,25); }
td.TdClassName
{
border-color: #BAC319;
}
.TagClassName
{
border-color: #BAC319;
}
</style>