Shades of Rio Grande #BAC119
Tints of Rio Grande #BAC119
RGB
CMYK
RGB Variations
Color information
#BAC119 (or 0xBAC119) is known color: Rio Grande. HEX triplet: BA, C1 and 19. RGB value is (186,193,25). Sum of RGB (Red+Green+Blue) = 186+193+25=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC119 is #453EE6. Grayscale: #ACACAC. Windows color (decimal): -4538087 or 1687994. OLE color: 1687994.
HSL color Cylindrical-coordinate representation of color #BAC119: hue angle of 62.5º 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 #BAC119 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 25 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.24 |
| HSL | 62.5º | 0.77% | 0.43% | - |
| HSV(B) | 62.5º | 0.87% | 0.76% | - |
| XYZ | 39.5 | 48.65 | 8.23 | - |
| YUV | 171.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 25 | 0.04 | 0 | 0.87 | 0.24 | 62.5 | 0.77 | 0.43 |
| Hex | BA | C1 | 19 | 4 | 0 | 57 | 18 | 3F | 4D | 2B |
| Octal | 272 | 301 | 31 | 4 | 0 | 127 | 30 | 77 | 115 | 53 |
| Binary | 10111010 | 11000001 | 11001 | 100 | 0 | 1010111 | 11000 | 111111 | 1001101 | 101011 |
Color Harmonies of #BAC119
Complementary color
Monochromatic Colors of #BAC119
Black with #BAC119
Text Example
Text Example
White with #BAC119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC119; }
p { color: rgb(186,193,25); }
H1.HeaderClassName
{
color: #BAC119;
}
.AnyTagClassName
{
color: #BAC119;
}
</style>
background-color css
<style>
a { background-color: #BAC119; }
a { background-color: rgb(186,193,25); }
div.DivClassName
{
background-color: #BAC119;
}
.BgClassName
{
background-color: #BAC119;
}
</style>
border-color css
<style>
span { border-color: #BAC119; }
span { border-color: rgb(186,193,25); }
td.TdClassName
{
border-color: #BAC119;
}
.TagClassName
{
border-color: #BAC119;
}
</style>