Shades of Rio Grande #BAC414
Tints of Rio Grande #BAC414
RGB
CMYK
RGB Variations
Color information
#BAC414 (or 0xBAC414) is known color: Rio Grande. HEX triplet: BA, C4 and 14. RGB value is (186,196,20). Sum of RGB (Red+Green+Blue) = 186+196+20=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC414 is #453BEB. Grayscale: #ADADAD. Windows color (decimal): -4537324 or 1361082. OLE color: 1361082.
HSL color Cylindrical-coordinate representation of color #BAC414: hue angle of 63.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAC414 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 20 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.23 |
| HSL | 63.41º | 0.81% | 0.42% | - |
| HSV(B) | 63.41º | 0.9% | 0.77% | - |
| XYZ | 40.12 | 49.97 | 8.19 | - |
| YUV | 172.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 20 | 0.05 | 0 | 0.90 | 0.23 | 63.41 | 0.81 | 0.42 |
| Hex | BA | C4 | 14 | 5 | 0 | 5A | 17 | 3F | 51 | 2A |
| Octal | 272 | 304 | 24 | 5 | 0 | 132 | 27 | 77 | 121 | 52 |
| Binary | 10111010 | 11000100 | 10100 | 101 | 0 | 1011010 | 10111 | 111111 | 1010001 | 101010 |
Color Harmonies of #BAC414
Complementary color
Monochromatic Colors of #BAC414
Black with #BAC414
Text Example
Text Example
White with #BAC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC414; }
p { color: rgb(186,196,20); }
H1.HeaderClassName
{
color: #BAC414;
}
.AnyTagClassName
{
color: #BAC414;
}
</style>
background-color css
<style>
a { background-color: #BAC414; }
a { background-color: rgb(186,196,20); }
div.DivClassName
{
background-color: #BAC414;
}
.BgClassName
{
background-color: #BAC414;
}
</style>
border-color css
<style>
span { border-color: #BAC414; }
span { border-color: rgb(186,196,20); }
td.TdClassName
{
border-color: #BAC414;
}
.TagClassName
{
border-color: #BAC414;
}
</style>