Shades of Rio Grande #BFC617
Tints of Rio Grande #BFC617
RGB
CMYK
RGB Variations
Color information
#BFC617 (or 0xBFC617) is known color: Rio Grande. HEX triplet: BF, C6 and 17. RGB value is (191,198,23). Sum of RGB (Red+Green+Blue) = 191+198+23=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC617 is #4039E8. Grayscale: #B0B0B0. Windows color (decimal): -4209129 or 1558207. OLE color: 1558207.
HSL color Cylindrical-coordinate representation of color #BFC617: hue angle of 62.4º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFC617 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 23 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.22 |
| HSL | 62.4º | 0.79% | 0.43% | - |
| HSV(B) | 62.4º | 0.88% | 0.78% | - |
| XYZ | 41.83 | 51.53 | 8.55 | - |
| YUV | 175.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 23 | 0.04 | 0 | 0.88 | 0.22 | 62.4 | 0.79 | 0.43 |
| Hex | BF | C6 | 17 | 4 | 0 | 58 | 16 | 3E | 4F | 2B |
| Octal | 277 | 306 | 27 | 4 | 0 | 130 | 26 | 76 | 117 | 53 |
| Binary | 10111111 | 11000110 | 10111 | 100 | 0 | 1011000 | 10110 | 111110 | 1001111 | 101011 |
Color Harmonies of #BFC617
Complementary color
Monochromatic Colors of #BFC617
Black with #BFC617
Text Example
Text Example
White with #BFC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC617; }
p { color: rgb(191,198,23); }
H1.HeaderClassName
{
color: #BFC617;
}
.AnyTagClassName
{
color: #BFC617;
}
</style>
background-color css
<style>
a { background-color: #BFC617; }
a { background-color: rgb(191,198,23); }
div.DivClassName
{
background-color: #BFC617;
}
.BgClassName
{
background-color: #BFC617;
}
</style>
border-color css
<style>
span { border-color: #BFC617; }
span { border-color: rgb(191,198,23); }
td.TdClassName
{
border-color: #BFC617;
}
.TagClassName
{
border-color: #BFC617;
}
</style>