Shades of Rio Grande #BAC71F
Tints of Rio Grande #BAC71F
RGB
CMYK
RGB Variations
Color information
#BAC71F (or 0xBAC71F) is known color: Rio Grande. HEX triplet: BA, C7 and 1F. RGB value is (186,199,31). Sum of RGB (Red+Green+Blue) = 186+199+31=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC71F is #4538E0. Grayscale: #B0B0B0. Windows color (decimal): -4536545 or 2082746. OLE color: 2082746.
HSL color Cylindrical-coordinate representation of color #BAC71F: hue angle of 64.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAC71F is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 31 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.22 |
| HSL | 64.64º | 0.73% | 0.45% | - |
| HSV(B) | 64.64º | 0.84% | 0.78% | - |
| XYZ | 40.92 | 51.38 | 9.06 | - |
| YUV | 175.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 31 | 0.07 | 0 | 0.84 | 0.22 | 64.64 | 0.73 | 0.45 |
| Hex | BA | C7 | 1F | 7 | 0 | 54 | 16 | 41 | 49 | 2D |
| Octal | 272 | 307 | 37 | 7 | 0 | 124 | 26 | 101 | 111 | 55 |
| Binary | 10111010 | 11000111 | 11111 | 111 | 0 | 1010100 | 10110 | 1000001 | 1001001 | 101101 |
Color Harmonies of #BAC71F
Complementary color
Monochromatic Colors of #BAC71F
Black with #BAC71F
Text Example
Text Example
White with #BAC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC71F; }
p { color: rgb(186,199,31); }
H1.HeaderClassName
{
color: #BAC71F;
}
.AnyTagClassName
{
color: #BAC71F;
}
</style>
background-color css
<style>
a { background-color: #BAC71F; }
a { background-color: rgb(186,199,31); }
div.DivClassName
{
background-color: #BAC71F;
}
.BgClassName
{
background-color: #BAC71F;
}
</style>
border-color css
<style>
span { border-color: #BAC71F; }
span { border-color: rgb(186,199,31); }
td.TdClassName
{
border-color: #BAC71F;
}
.TagClassName
{
border-color: #BAC71F;
}
</style>