Shades of Rio Grande #BAC51F
Tints of Rio Grande #BAC51F
RGB
CMYK
RGB Variations
Color information
#BAC51F (or 0xBAC51F) is known color: Rio Grande. HEX triplet: BA, C5 and 1F. RGB value is (186,197,31). Sum of RGB (Red+Green+Blue) = 186+197+31=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC51F is #453AE0. Grayscale: #AFAFAF. Windows color (decimal): -4537057 or 2082234. OLE color: 2082234.
HSL color Cylindrical-coordinate representation of color #BAC51F: hue angle of 63.98º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAC51F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 31 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.23 |
| HSL | 63.98º | 0.73% | 0.45% | - |
| HSV(B) | 63.98º | 0.84% | 0.77% | - |
| XYZ | 40.46 | 50.47 | 8.91 | - |
| YUV | 174.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 31 | 0.06 | 0 | 0.84 | 0.23 | 63.98 | 0.73 | 0.45 |
| Hex | BA | C5 | 1F | 6 | 0 | 54 | 17 | 40 | 49 | 2D |
| Octal | 272 | 305 | 37 | 6 | 0 | 124 | 27 | 100 | 111 | 55 |
| Binary | 10111010 | 11000101 | 11111 | 110 | 0 | 1010100 | 10111 | 1000000 | 1001001 | 101101 |
Color Harmonies of #BAC51F
Complementary color
Monochromatic Colors of #BAC51F
Black with #BAC51F
Text Example
Text Example
White with #BAC51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC51F; }
p { color: rgb(186,197,31); }
H1.HeaderClassName
{
color: #BAC51F;
}
.AnyTagClassName
{
color: #BAC51F;
}
</style>
background-color css
<style>
a { background-color: #BAC51F; }
a { background-color: rgb(186,197,31); }
div.DivClassName
{
background-color: #BAC51F;
}
.BgClassName
{
background-color: #BAC51F;
}
</style>
border-color css
<style>
span { border-color: #BAC51F; }
span { border-color: rgb(186,197,31); }
td.TdClassName
{
border-color: #BAC51F;
}
.TagClassName
{
border-color: #BAC51F;
}
</style>